Skip to content

Commit

Permalink
Fix android15 edge to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Nov 7, 2024
1 parent 0d8a3a5 commit 28a372e
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 13 deletions.
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/activity_ininite_z_apps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/windowBackground">
android:background="?android:attr/windowBackground"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/activity_process_manage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/activity_suggest_apps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
android:fitsSystemWindows="true">

<TextView
android:id="@+id/text_recent_used"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<FrameLayout
android:id="@+id/fragment_container"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">


<com.google.android.material.appbar.AppBarLayout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false">
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false">
android:fitsSystemWindows="true">

<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
Expand Down

0 comments on commit 28a372e

Please sign in to comment.