Merge "Make the "refreshing" progress icon smaller" into honeycomb
This commit is contained in:
commit
3fd2513a18
@ -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"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user