am 3fd2513a: Merge "Make the "refreshing" progress icon smaller" into honeycomb

* commit '3fd2513a18938d88d61d1af8f05e00cd2a8e2a38':
  Make the "refreshing" progress icon smaller
This commit is contained in:
Makoto Onuki 2011-01-26 15:05:43 -08:00 committed by Android Git Automerger
commit e606493fb8

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"
/>