diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 19:55:00 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 19:55:00 +0300 |
| commit | fba2f6223ff356cdbdc60f5e1891ebd89b85133b (patch) | |
| tree | a9ee5c322891bff5a825d3db37b7aadff34de72e | |
| parent | 4c03c594838e3f75b4f6ae72b2839e0219f37347 (diff) | |
fix missing fits system windows in prefs activity
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/activity_preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml index 519bfe61..369fbeb8 100755 --- a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml @@ -2,6 +2,7 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" + android:fitsSystemWindows="true" android:layout_height="match_parent"> <FrameLayout |