am 3fd2513a
: Merge "Make the "refreshing" progress icon smaller" into honeycomb
* commit '3fd2513a18938d88d61d1af8f05e00cd2a8e2a38': Make the "refreshing" progress icon smaller
This commit is contained in:
commit
e606493fb8
@ -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