OSDN Git Service

Update the spacing on the Storage header.
authorDaniel Nishi <dhnishi@google.com>
Tue, 14 Mar 2017 17:51:29 +0000 (10:51 -0700)
committerDaniel Nishi <dhnishi@google.com>
Wed, 15 Mar 2017 22:41:15 +0000 (15:41 -0700)
This updates the spacing between the summary text.

Bug: 36223821
Test: Manual

Change-Id: I30640964ee05b1e49038ceb67c9c7bf86f637b5a

res/layout/storage_summary_donut.xml

index 9fd4860..0e63fb1 100644 (file)
@@ -31,8 +31,8 @@
         android:orientation="vertical"
         android:paddingStart="@dimen/preference_no_icon_padding_start"
         android:paddingEnd="@dimen/storage_summary_padding_end"
-        android:paddingTop="16dp"
-        android:paddingBottom="16dp" >
+        android:paddingTop="32dp"
+        android:paddingBottom="32dp" >
 
         <TextView
             android:id="@android:id/title"
@@ -53,6 +53,7 @@
             android:layout_marginStart="4dp"
             android:layout_marginEnd="4dp"
             android:maxLines="10"
+            android:paddingBottom="20dp"
             android:textAlignment="viewStart"
             android:textAppearance="@android:style/TextAppearance.Material.Body1" />