commit | 53ea5701f4722236a9a7a9c8b1eb5c5d66ef5d90 | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Fri Apr 14 20:18:17 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 14 20:18:18 2017 +0000 |
tree | c0f8538eb59e04ced24e8a95d24a59c95dedc296 | |
parent | fbaa29a4b114ad005f6593e0a96b689fbedc0390 [diff] | |
parent | 0cce538bb0825bf55bc1e18da250ec88555b534b [diff] |
Merge "Shrink the progress bar on storage items." into oc-dev
diff --git a/res/layout/storage_item.xml b/res/layout/storage_item.xml index 33f4f9e..0c1f60c 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"