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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/listitem_text.xml b/res/drawable/listitem_text.xml
index 9637fd308..d6c2503a6 100644
--- a/res/drawable/listitem_text.xml
+++ b/res/drawable/listitem_text.xml
@@ -1,6 +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" />
+ android:state_pressed="true" android:color="@color/settings_bg_color" />
<item android:color="@android:color/white" />
</selector>