summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-04-22 19:05:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-22 19:05:55 -0700
commit56f23ee044053b07f8a15d123486c9bc4ac5f00c (patch)
tree8c9a7400fa57ef72a19be4f628104e175a91a468 /res
parent8e150e57e0052eb5fbe0c2221d90fc65c1d181d5 (diff)
parentadd4514f5d39bc6c2156ebbf96e693669a9141a7 (diff)
downloadandroid_packages_apps_Gallery2-56f23ee044053b07f8a15d123486c9bc4ac5f00c.tar.gz
android_packages_apps_Gallery2-56f23ee044053b07f8a15d123486c9bc4ac5f00c.tar.bz2
android_packages_apps_Gallery2-56f23ee044053b07f8a15d123486c9bc4ac5f00c.zip
Merge "Fix 6046987 The header on the contextual action bar when multiple photos are selected is very janky b:6046987"
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.pngbin0 -> 508 bytes
-rw-r--r--res/drawable-hdpi/dropdown_normal_holo_dark.9.pngbin443 -> 0 bytes
-rw-r--r--res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.pngbin0 -> 443 bytes
-rw-r--r--res/drawable-mdpi/dropdown_normal_holo_dark.9.pngbin443 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.pngbin0 -> 810 bytes
-rw-r--r--res/layout/action_mode.xml24
6 files changed, 17 insertions, 7 deletions
diff --git a/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png
new file mode 100644
index 000000000..06e5b4730
--- /dev/null
+++ b/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png
Binary files differ
diff --git a/res/drawable-hdpi/dropdown_normal_holo_dark.9.png b/res/drawable-hdpi/dropdown_normal_holo_dark.9.png
deleted file mode 100644
index 55250257a..000000000
--- a/res/drawable-hdpi/dropdown_normal_holo_dark.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png
new file mode 100644
index 000000000..81de1bb46
--- /dev/null
+++ b/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png
Binary files differ
diff --git a/res/drawable-mdpi/dropdown_normal_holo_dark.9.png b/res/drawable-mdpi/dropdown_normal_holo_dark.9.png
deleted file mode 100644
index 55250257a..000000000
--- a/res/drawable-mdpi/dropdown_normal_holo_dark.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png
new file mode 100644
index 000000000..36d8cf47e
--- /dev/null
+++ b/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png
Binary files differ
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index d012b7248..d4b3c23d3 100644
--- a/res/layout/action_mode.xml
+++ b/res/layout/action_mode.xml
@@ -20,14 +20,24 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
- <Button android:id="@+id/selection_menu"
- android:divider="?android:attr/listDividerAlertDialog"
- style="?android:attr/borderlessButtonStyle"
- android:singleLine="true"
- android:gravity="left|center_vertical"
+
+ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="match_parent" />
- <ImageView android:layout_marginLeft="8dip"
+ android:layout_height="match_parent">
+ <ImageView android:layout_gravity="right"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />
+ <Button android:id="@+id/selection_menu"
+ android:divider="?android:attr/listDividerAlertDialog"
+ style="?android:attr/borderlessButtonStyle"
+ android:singleLine="true"
+ android:gravity="left|center_vertical"
+ android:paddingRight="25dip"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent" />
+ </FrameLayout>
+ <ImageView android:layout_marginLeft="16dip"
android:layout_marginRight="8dip"
android:layout_width="wrap_content"
android:layout_height="match_parent"