2012-07-17 09:07:15 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-07-16 09:22:42 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingRight="12dp"
|
2012-07-17 09:07:15 -04:00
|
|
|
android:paddingLeft="12dp"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
2012-07-16 09:22:42 -04:00
|
|
|
<ProgressBar android:layout_width="32dp"
|
|
|
|
android:layout_height="32dp"
|
2012-07-17 09:07:15 -04:00
|
|
|
android:layout_alignParentRight="true"
|
2012-07-16 09:22:42 -04:00
|
|
|
style="?android:attr/indeterminateProgressStyle" />
|
2012-07-17 09:07:15 -04:00
|
|
|
|
|
|
|
</RelativeLayout>
|