aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_master.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 19:11:04 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 19:11:04 +0300
commit4c03c594838e3f75b4f6ae72b2839e0219f37347 (patch)
tree8794700172b62968124095ac288b431a43a263e7 /org.fox.ttrss/src/main/res/layout/activity_master.xml
parenta354d2a348099be7e3cacc0441dd5c19944cd7a6 (diff)
disable drawer edge-to-edge because of issues with cutout displays
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_master.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/activity_master.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_master.xml b/org.fox.ttrss/src/main/res/layout/activity_master.xml
index 9bb837cb..583161a6 100755
--- a/org.fox.ttrss/src/main/res/layout/activity_master.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_master.xml
@@ -2,6 +2,7 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
+ android:fitsSystemWindows="true"
android:layout_height="match_parent">
<include layout="@layout/master_drawer_layout" />