summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/login.xml
blob: 2cfc44b1874312021ea9682487f70a41f08a0234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/loading_container"
    android:layout_width="fill_parent"
    android:fitsSystemWindows="true"
    android:gravity="center"
    android:layout_height="fill_parent" >

        <TextView
            android:id="@+id/loading_message"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center_horizontal"
            android:text="@string/loading_message" />

</LinearLayout>