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

btn_default_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: eaa272aff0ab8e26e17852460105cd83cc9f1fc9 (plain)
1
2
3
4
5
6
7
8
9
<?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_default_normal_holo_light" android:state_enabled="true"></item>
	<item android:state_window_focused="false" android:drawable="@drawable/btn_default_disabled_holo_light" android:state_enabled="false"></item>
	<item android:drawable="@drawable/btn_default_pressed_holo_light" android:state_pressed="true"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_default_focused_holo_light" android:state_enabled="true"></item>
	<item android:drawable="@drawable/btn_default_normal_holo_light" android:state_enabled="true"></item>
	<item android:state_focused="true" android:drawable="@drawable/btn_default_disabled_focused_holo_light"></item>
	<item android:drawable="@drawable/btn_default_disabled_holo_light"></item>
</selector>