Skip to content

Commit

Permalink
Merge pull request #205 from norkator/bug/issue-204
Browse files Browse the repository at this point in the history
Android 15 edge to edge issue fix
  • Loading branch information
norkator authored Oct 31, 2024
2 parents 491aae3 + 89fa56f commit a1573ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true"
tools:context=".MainMenu">

<LinearLayout
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_ups_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true"
tools:context=".UpsEditor">


Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_ups_viewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true"
tools:context=".UpsViewer">


Expand Down

0 comments on commit a1573ea

Please sign in to comment.