fix main activity edge to edge

This commit is contained in:
5ec1cff
2024-10-04 01:13:19 +08:00
parent 8400636caa
commit 41fc58856b
2 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
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:layout_width="match_parent"