Shrink the progress bar on storage items.

Change-Id: I4c9161de01236f7ac7ab633162a806888006fc1f
Fixes: 37283130
Test: Manual
This commit is contained in:
Daniel Nishi
2017-04-13 14:15:29 -07:00
parent ba7a4751a0
commit 0cce538bb0

View File

@@ -76,6 +76,7 @@
android:id="@android:id/progress" android:id="@android:id/progress"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="8dp" android:layout_height="8dp"
android:layout_marginStart="60dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:visibility="gone" android:visibility="gone"