From 05d49497b974243456982bab117b2953c2b453f0 Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Thu, 29 Jun 2017 11:38:27 -0700 Subject: [PATCH] Storage item preferences should be 72dp tall. In changing the layout, this also centers the icon properly. Change-Id: I8fa36e18cf4a0d5765ccbe65a7975fd71832a9ae Fixes: 62548432 Bug: 62581475 Test: Manual --- res/layout/storage_item.xml | 65 ++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 30 deletions(-) diff --git a/res/layout/storage_item.xml b/res/layout/storage_item.xml index 72c8ee3184b..4b14bb36807 100644 --- a/res/layout/storage_item.xml +++ b/res/layout/storage_item.xml @@ -21,8 +21,8 @@ android:minHeight="?android:attr/listPreferredItemHeightSmall" android:gravity="center_vertical" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" - android:paddingTop="16dip" - android:paddingBottom="16dip" + android:paddingTop="14dp" + android:paddingBottom="14dp" android:background="?android:attr/selectableItemBackground" android:clipToPadding="false"> @@ -52,36 +52,41 @@ android:maxHeight="24dp"/> - + android:gravity="center_vertical" > - + + + + + - - -