summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_login.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-05 13:45:40 +0300
committerAndrew Dolgov <[email protected]>2018-07-05 13:45:40 +0300
commitf0d42be25783dfea726bbfe4ab50fcbaec75923e (patch)
tree42ac54e76877ffca06de874c9b5a1e44a7fc3612 /org.fox.ttrss/src/main/res/layout/activity_login.xml
parent5dfda2da1a05961b221a2f8d48f0bdcfb8354465 (diff)
fix invisible login activity toolbar on older android devices
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_login.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/activity_login.xml5
1 files changed, 3 insertions, 2 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
index ad87df32..8f6cf4ed 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/activity_login.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_login.xml
@@ -1,12 +1,13 @@
<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:background="?android:colorBackground"
+ <TextView
+
android:id="@+id/loading_message"
android:layout_width="match_parent"
android:layout_height="match_parent"