Embiggen the progress bar.

BUG=26159818

Change-Id: I12a33be503dd29d03cb85b814b287879c016275d
This commit is contained in:
Ben Kwa
2016-01-12 12:14:26 -08:00
parent 2e79249795
commit a66cebde23
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<ProgressBar
android:id="@+id/progressbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="@dimen/progress_bar_height"
android:indeterminate="true"
style="@style/TrimmedHorizontalProgressBar"
android:visibility="gone"/>

View File

@@ -19,6 +19,8 @@
<dimen name="root_icon_size">24dp</dimen>
<dimen name="root_icon_margin">0dp</dimen>
<dimen name="progress_bar_height">4dp</dimen>
<dimen name="grid_width">152dp</dimen>
<dimen name="grid_height">176dp</dimen>