Welcome to mirror list, hosted at ThFree Co, Russian Federation.

secondary_text_holo_light.xml « color « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b513974bb2e4fb2e45ca584310024a7fa918b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_window_focused="false" android:state_enabled="false" android:color="@color/dim_foreground_disabled_holo_light"></item>
	<item android:state_window_focused="false" android:color="@color/dim_foreground_holo_light"></item>
	<item android:state_enabled="false" android:state_pressed="true" android:color="@color/dim_foreground_disabled_holo_light"></item>
	<item android:state_selected="true" android:state_enabled="false" android:color="@color/dim_foreground_disabled_holo_light"></item>
	<item android:state_pressed="true" android:color="@color/dim_foreground_holo_light"></item>
	<item android:state_selected="true" android:color="@color/dim_foreground_holo_light"></item>
	<item android:state_activated="true" android:color="@color/bright_foreground_holo_light"></item>
	<item android:state_enabled="false" android:color="@color/dim_foreground_disabled_holo_light"></item>
	<item android:color="@color/dim_foreground_holo_light"></item>
</selector>