summaryrefslogtreecommitdiffstats
path: root/res/layout/popup_list_item.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-07-13 01:36:11 +0200
committerArne Coucheron <arco68@gmail.com>2017-08-01 07:26:06 +0200
commitc88c5726b801301da9afce899b9c627d9c563464 (patch)
treeec62e26874da951622936a277b95b6f987dc2aa8 /res/layout/popup_list_item.xml
parentd74ca5a9d283e79dd0099fb44c26fd0e3634fac6 (diff)
downloadandroid_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.tar.gz
android_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.tar.bz2
android_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.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/popup_list_item.xml')
-rw-r--r--res/layout/popup_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/popup_list_item.xml b/res/layout/popup_list_item.xml
index 0fad174aa..a2f7c31bb 100644
--- a/res/layout/popup_list_item.xml
+++ b/res/layout/popup_list_item.xml
@@ -19,12 +19,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
- android:textSize="20sp"
+ android:textSize="18sp"
android:textColor="@color/black_transparent_4"
android:singleLine="true"
android:gravity="center_vertical"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- android:minHeight="?android:attr/listPreferredItemHeight"
+ android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:minWidth="196dp"
/>