summaryrefslogtreecommitdiffstats
path: root/res/layout/action_mode.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-10-30 17:34:20 -0700
committerJohn Reck <jreck@google.com>2012-10-31 15:01:13 -0700
commit372152961edd8feada0ae6478c91ba6b2565191d (patch)
treea585e02ea366691c00f7b63b38ead196d96176d6 /res/layout/action_mode.xml
parent0981f2aeb30fd2c607f9b4214fe3e8e6ce9abd11 (diff)
downloadandroid_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.tar.gz
android_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.tar.bz2
android_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.zip
Gingerbread support-ish
This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
Diffstat (limited to 'res/layout/action_mode.xml')
-rw-r--r--res/layout/action_mode.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index 6c516e618..9650de69d 100644
--- a/res/layout/action_mode.xml
+++ b/res/layout/action_mode.xml
@@ -29,10 +29,10 @@
android:layout_height="match_parent"
android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />
<Button android:id="@+id/selection_menu"
- style="?android:attr/actionButtonStyle"
+ style="?attr/actionButtonStyle"
android:divider="?android:attr/listDividerAlertDialog"
- android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
- android:textColor="?android:attr/actionMenuTextColor"
+ android:textAppearance="?attr/textAppearanceLargePopupMenu"
+ android:textColor="?attr/actionMenuTextColor"
android:singleLine="true"
android:gravity="left|center_vertical"
android:paddingRight="25dip"