fix: adapt UI to Android 15 changes

This commit is contained in:
Niko Diamadis
2024-10-27 13:10:48 -04:00
parent 1c90866e70
commit 8aa46c8127
3 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
<androidx.coordinatorlayout.widget.CoordinatorLayout
@@ -91,6 +92,7 @@
android:layout_height="match_parent"
android:layout_gravity="start"
android:theme="@style/AppTheme.Nav"
android:fitsSystemWindows="false"
app:headerLayout="@layout/nav_header_drawer"
app:menu="@menu/messages_menu" />