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

    <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />

        <TextView
            android:background="?android:colorBackground"
            android:id="@+id/loading_message"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center"
            android:text="@string/loading_message" />

</FrameLayout>