2012-09-20 18:57:40 +00:00
|
|
|
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" >
|
2013-03-30 15:30:47 +00:00
|
|
|
|
|
|
|
|
2012-09-20 18:57:40 +00:00
|
|
|
<ProgressBar
|
2013-05-21 12:26:47 +00:00
|
|
|
android:id="@+id/progress"
|
2012-09-20 18:57:40 +00:00
|
|
|
style="?android:attr/progressBarStyleLarge"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center" />
|
|
|
|
|
|
|
|
</FrameLayout>
|