summaryrefslogtreecommitdiffstats
path: root/res/drawable/listitem_bg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/listitem_bg.xml')
-rw-r--r--res/drawable/listitem_bg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/listitem_bg.xml b/res/drawable/listitem_bg.xml
index 1a1e93d53..55dbfcf27 100644
--- a/res/drawable/listitem_bg.xml
+++ b/res/drawable/listitem_bg.xml
@@ -16,6 +16,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_enabled="true"
- android:state_pressed="true" android:drawable="@android:color/white" />
+ android:state_pressed="true" android:drawable="@android:color/white" />
<item android:drawable="@color/settings_bg_color" />
</selector>