Make the "refreshing" progress icon smaller

Bug 3388138

Change-Id: I0c329de5c2d2e39f34262df15363399ed2fd99e8
This commit is contained in:
Makoto Onuki 2011-01-26 13:49:11 -08:00
parent b0c0673342
commit 75ebb59c71

View File

@ -20,9 +20,10 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
> >
<!-- 32dip = size of the refresh button -->
<ProgressBar <ProgressBar
android:layout_width="wrap_content" android:layout_width="32dip"
android:layout_height="wrap_content" android:layout_height="32dip"
android:layout_gravity="center" android:layout_gravity="center"
style="?android:attr/indeterminateProgressStyle" style="?android:attr/indeterminateProgressStyle"
/> />