aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-20 01:38:23 +0200
committerjruesga <jorge@ruesga.com>2012-10-20 01:38:23 +0200
commit8e2c09f68280d4648e7a799f4ae367d60e9e7727 (patch)
tree8467357bdf27e7f6fe7a914ea0c6eda83c169c9c /res/layout
parent09ea82a6b89a4ff10bf8fa19622028a7efc1927a (diff)
downloadandroid_packages_apps_CMFileManager-8e2c09f68280d4648e7a799f4ae367d60e9e7727.tar.gz
android_packages_apps_CMFileManager-8e2c09f68280d4648e7a799f4ae367d60e9e7727.tar.bz2
android_packages_apps_CMFileManager-8e2c09f68280d4648e7a799f4ae367d60e9e7727.zip
New fso and global actions "Compress" and "Compress selection" + CleanUp
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"