summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/preferences.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/preferences.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml
index 55015d09..e030afb3 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/preferences.xml
+++ b/org.fox.ttrss/src/main/res/layout/preferences.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/preferences_container"
+ android:background="?android:colorBackground"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="502dp"