summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_login.xml
blob: 8f6cf4eda4aef0e2837882245940f2d5311ed4b5 (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:background="?android:colorBackground"
    android:fitsSystemWindows="true"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

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

    <TextView

            android:id="@+id/loading_message"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center"
            android:text="@string/loading_message" />

</FrameLayout>