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

btn_radio_holo_light.xml « drawable « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 984fb05ef9ec8ba25c4b2a7cfc97cb747bdcb0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_window_focused="false" android:drawable="@drawable/btn_radio_on_holo_light" android:state_enabled="true" android:state_checked="true"></item>
	<item android:state_window_focused="false" android:drawable="@drawable/btn_radio_off_holo_light" android:state_enabled="true" android:state_checked="false"></item>
	<item android:drawable="@drawable/btn_radio_on_pressed_holo_light" android:state_enabled="true" android:state_pressed="true" android:state_checked="true"></item>
	<item android:drawable="@drawable/btn_radio_off_pressed_holo_light" android:state_enabled="true" android:state_pressed="true" android:state_checked="false"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_radio_on_focused_holo_light" android:state_enabled="true" android:state_checked="true"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_radio_off_focused_holo_light" android:state_enabled="true" android:state_checked="false"></item>
	<item android:drawable="@drawable/btn_radio_off_holo_light" android:state_enabled="true" android:state_checked="false"></item>
	<item android:drawable="@drawable/btn_radio_on_holo_light" android:state_enabled="true" android:state_checked="true"></item>
	<item android:state_window_focused="false" android:drawable="@drawable/btn_radio_on_disabled_holo_light" android:state_checked="true"></item>
	<item android:state_window_focused="false" android:drawable="@drawable/btn_radio_off_disabled_holo_light" android:state_checked="false"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_radio_on_disabled_focused_holo_light" android:state_checked="true"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_radio_off_disabled_focused_holo_light" android:state_checked="false"></item>
	<item android:drawable="@drawable/btn_radio_off_disabled_holo_light" android:state_checked="false"></item>
	<item android:drawable="@drawable/btn_radio_on_disabled_holo_light" android:state_checked="true"></item>
</selector>