From af68c44ed4042ae8d353bec375f808028aeea996 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Fri, 19 Jul 2019 13:42:40 +0800 Subject: [PATCH] Add start margin in the Screen usage item Avoid the title and subtitle overlap while text length is long. So add the start margin for subtitle. Fixes: 136282569 Test: manual test Change-Id: Id1728ae60904c654c4ffe95fae7fb5139f368092 --- res/layout/preference_widget_summary.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/preference_widget_summary.xml b/res/layout/preference_widget_summary.xml index fae50273053..bee46db6ba4 100644 --- a/res/layout/preference_widget_summary.xml +++ b/res/layout/preference_widget_summary.xml @@ -18,6 +18,7 @@ android:id="@+id/widget_summary" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginStart="8dp" android:drawablePadding="8dp" android:gravity="center_vertical|end" android:textAlignment="viewEnd"