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
This commit is contained in:
Sunny Shao
2019-07-19 13:42:40 +08:00
committed by Raff Tsai
parent 5d1c65e3e9
commit af68c44ed4

View File

@@ -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"