tt-rss-android/res/layout/login.xml

15 lines
554 B
XML
Raw Normal View History

2012-09-16 09:25:28 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2012-09-18 14:36:11 +00:00
android:id="@+id/loading_container"
2012-09-16 09:25:28 +00:00
android:layout_width="fill_parent"
android:fitsSystemWindows="true"
2012-09-18 14:36:11 +00:00
android:gravity="center"
2012-09-16 09:25:28 +00:00
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>