aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/option_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/option_list_item.xml b/res/layout/option_list_item.xml
index 66f6ce6e..90cf16ec 100644
--- a/res/layout/option_list_item.xml
+++ b/res/layout/option_list_item.xml
@@ -16,7 +16,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="@dimen/default_row_height"
- android:background="@drawable/holo_list_selector_deseleted" >
+ android:background="@drawable/holo_selector" >
<ImageView
android:id="@+id/option_list_item_check"