From 0cce538bb0825bf55bc1e18da250ec88555b534b Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Thu, 13 Apr 2017 14:15:29 -0700 Subject: [PATCH] Shrink the progress bar on storage items. Change-Id: I4c9161de01236f7ac7ab633162a806888006fc1f Fixes: 37283130 Test: Manual --- res/layout/storage_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/storage_item.xml b/res/layout/storage_item.xml index 33f4f9ea617..0c1f60c0813 100644 --- a/res/layout/storage_item.xml +++ b/res/layout/storage_item.xml @@ -76,6 +76,7 @@ android:id="@android:id/progress" android:layout_width="match_parent" android:layout_height="8dp" + android:layout_marginStart="60dp" android:layout_marginTop="16dp" android:layout_marginBottom="8dp" android:visibility="gone"