From cf605973b226ef7b7f5075d5612a9830a24b1c1b Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 14 Jun 2016 12:44:48 -0700 Subject: [PATCH] Align text for conditions with text for other tiles. Bug: 29107343 Text should be 72dp from left of screen, not 76dp. Change-Id: I86cb015ed2e574c3f16fb642d7c3653a6f2a017f --- res/layout/condition_card.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/condition_card.xml b/res/layout/condition_card.xml index 5c82c7e9b9b..c911f03b0de 100644 --- a/res/layout/condition_card.xml +++ b/res/layout/condition_card.xml @@ -42,7 +42,7 @@ android:id="@android:id/icon" android:layout_width="24dp" android:layout_height="wrap_content" - android:layout_marginEnd="36dp" + android:layout_marginEnd="32dp" android:tint="?android:attr/textColorPrimaryInverse" />