summaryrefslogtreecommitdiff
path: root/res/layout/loading_fragment.xml
blob: ab8201708a21ce96b95a6c9fcd5621c4d644db09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" >


        <ProgressBar
            android:id="@+id/progressBar1"
            style="?android:attr/progressBarStyleLarge"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center" />

    </FrameLayout>