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

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


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

    </FrameLayout>