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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/3rd_party/HoloEverywhere/library/res/drawable/list_selector_holo_light.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/list_selector_holo_light.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/list_selector_holo_light.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/list_selector_holo_light.xml
new file mode 100644
index 0000000000..8729f29e4e
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/list_selector_holo_light.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@integer/config_mediumAnimTime">
+ <item android:state_window_focused="false" android:drawable="@color/transparent"></item>
+ <item android:state_focused="true" android:drawable="@drawable/list_selector_disabled_holo_light" android:state_enabled="false" android:state_pressed="true"></item>
+ <item android:state_focused="true" android:drawable="@drawable/list_selector_disabled_holo_light" android:state_enabled="false"></item>
+ <item android:state_focused="true" android:drawable="@drawable/list_selector_background_transition_holo_light" android:state_pressed="true"></item>
+ <item android:state_focused="false" android:drawable="@drawable/list_selector_background_transition_holo_light" android:state_pressed="true"></item>
+ <item android:state_focused="true" android:drawable="@drawable/list_focused_holo"></item>
+</selector> \ No newline at end of file