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/activity_picker_bg.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/activity_picker_bg.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/activity_picker_bg.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/activity_picker_bg.xml
new file mode 100644
index 0000000000..8cbe1a216b
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/activity_picker_bg.xml
@@ -0,0 +1,10 @@
+<?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="@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/activity_picker_bg_focused"></item>
+ <item android:drawable="@drawable/activity_picker_bg_activated" android:state_activated="true"></item>
+ <item android:drawable="@color/transparent"></item>
+</selector> \ No newline at end of file