aboutsummaryrefslogtreecommitdiffstats
path: root/iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml
diff options
context:
space:
mode:
Diffstat (limited to 'iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml')
-rw-r--r--iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml b/iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml
new file mode 100644
index 00000000..f6a9b13b
--- /dev/null
+++ b/iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:state_activated="true"
+ android:drawable="@android:color/darker_gray"
+ />
+</selector> \ No newline at end of file