From c88c5726b801301da9afce899b9c627d9c563464 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Thu, 13 Jul 2017 01:36:11 +0200 Subject: 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 --- res/layout/popup_list_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/popup_list_item.xml') 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" /> -- cgit v1.2.3