summaryrefslogtreecommitdiff
path: root/res/layout/login.xml
blob: ef6cbcf6f659daca54d587405b01b1dac0b7e958 (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>