summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_loading.xml
blob: b9b3e977305c2f2d1342845859c6a1cc0775a1ac (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>