summaryrefslogtreecommitdiffstats
path: root/res/layout/action_mode.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-07-13 01:36:11 +0200
committerArne Coucheron <arco68@gmail.com>2017-12-16 06:52:46 +0100
commitee48b40adc54619520bb2cd083175d6c0c7b1262 (patch)
treee9321a9c5904129ef4b0797265cdb23d8a3ccf3c /res/layout/action_mode.xml
parent6b9ce51b6e79538328f6d6aa0d6b2254c7b36c2a (diff)
downloadandroid_packages_apps_Gallery2-ee48b40adc54619520bb2cd083175d6c0c7b1262.tar.gz
android_packages_apps_Gallery2-ee48b40adc54619520bb2cd083175d6c0c7b1262.tar.bz2
android_packages_apps_Gallery2-ee48b40adc54619520bb2cd083175d6c0c7b1262.zip
Gallery2: Fix various issues and glitches
* Remove unnecessary navbar toggles, and add missing ones * Modify picker dialog style * Fix editor bottom bar glitch with API 25 * Update main gallery layout so new bottom navigation works properly, and fix various other issues related to it * Don't hide action bar in editor when adjusting effects, so we can see the values we adjust * Update toolbar layout Change-Id: I2a8f0b57ec874434c0fd0bb55de784b5d8379091
Diffstat (limited to 'res/layout/action_mode.xml')
-rw-r--r--res/layout/action_mode.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index efa920dda..186ce5ba6 100644
--- a/res/layout/action_mode.xml
+++ b/res/layout/action_mode.xml
@@ -24,6 +24,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent">
+
<ImageView android:layout_gravity="right|center_vertical"
android:layout_width="8dp"
android:layout_height="8dp"
@@ -33,7 +34,7 @@
android:divider="?android:attr/listDividerAlertDialog"
android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
android:textColor="@color/black_transparent_4"
- android:textSize="20sp"
+ android:textSize="18sp"
android:singleLine="true"
android:gravity="start|center_vertical"
android:paddingEnd="15dip"