Skip to content

Commit a1573ea

Browse files
authored
Merge pull request #205 from norkator/bug/issue-204
Android 15 edge to edge issue fix
2 parents 491aae3 + 89fa56f commit a1573ea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:orientation="vertical"
8+
android:fitsSystemWindows="true"
89
tools:context=".MainMenu">
910

1011
<LinearLayout

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:orientation="vertical"
8+
android:fitsSystemWindows="true"
89
tools:context=".UpsEditor">
910

1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:orientation="vertical"
8+
android:fitsSystemWindows="true"
89
tools:context=".UpsViewer">
910

1011

0 commit comments

Comments
 (0)