Merge "Make the "refreshing" progress icon smaller" into honeycomb

This commit is contained in:
Makoto Onuki 2011-01-26 15:02:19 -08:00 committed by Android (Google) Code Review
commit 3fd2513a18

View File

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