summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_login.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
commit4acc9ac37e3363552cebc7a37e16e254f9438f4d (patch)
tree173141de59d27c1a92e4c7f796036411a18427af /org.fox.ttrss/src/main/res/layout/activity_login.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_login.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/activity_login.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_login.xml b/org.fox.ttrss/src/main/res/layout/activity_login.xml
new file mode 100644
index 00000000..add839b5
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/activity_login.xml
@@ -0,0 +1,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/toolbar" android:id="@+id/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> \ No newline at end of file