Skip to content

Commit be7b0b7

Browse files
committed
Fix edge-to-edge behaviour for Main Activity edges
NOTE: WebView alerts are still broken
1 parent aebe72c commit be7b0b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/res/layout/main_activity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright 2021–2023 Conway
3+
Copyright 2021–2023, 2025 Conway
44
Licensed under the GNU General Public License v3.0 (GPL-3.0-only).
55
This is free software with NO WARRANTY etc. etc.,
66
see LICENSE or <https://www.gnu.org/licenses/>.
@@ -9,6 +9,7 @@
99
xmlns:android="http://schemas.android.com/apk/res/android"
1010
android:layout_width="fill_parent"
1111
android:layout_height="fill_parent"
12+
android:fitsSystemWindows="true"
1213
>
1314
<LinearLayout
1415
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)