From b91e45405048ecf302ced8d8fea6351f9586804e Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Thu, 6 Jul 2017 15:23:00 -0700 Subject: [PATCH] Reduce spacing in condition cards. - decrease space between title and summary by 12dp. - decrease space below button by 7dp. Change-Id: I9caa0507b89367960fb94bf4af07cdd5dd1dbedf Fix: 63394014 Test: Visual --- res/layout/condition_tile_new_ui.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/condition_tile_new_ui.xml b/res/layout/condition_tile_new_ui.xml index d8d2284842a..49bf0c06f9c 100644 --- a/res/layout/condition_tile_new_ui.xml +++ b/res/layout/condition_tile_new_ui.xml @@ -24,15 +24,15 @@ + android:orientation="horizontal"> @@ -41,6 +41,7 @@ android:id="@android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginTop="14dp" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/colorAccent" /> @@ -62,7 +63,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="62dp" - android:paddingBottom="8dp" + android:paddingBottom="1dp" style="?android:attr/buttonBarStyle" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">