summaryrefslogtreecommitdiffstats
path: root/res/drawable/listitem_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/listitem_text.xml')
-rw-r--r--res/drawable/listitem_text.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/listitem_text.xml b/res/drawable/listitem_text.xml
new file mode 100644
index 000000000..9637fd308
--- /dev/null
+++ b/res/drawable/listitem_text.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:state_enabled="true"
+ android:state_pressed="true" android:color="@color/slideup_panel_bg_color" />
+ <item android:color="@android:color/white" />
+</selector>