summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/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/login.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/login.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/login.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/login.xml b/org.fox.ttrss/src/main/res/layout/login.xml
deleted file mode 100755
index add839b5..00000000
--- a/org.fox.ttrss/src/main/res/layout/login.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<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