Fix silent theme errors and warnings

This commit is contained in:
Niko Diamadis
2023-11-11 22:49:50 +01:00
parent 2082e6d46e
commit c3327a6a8f
4 changed files with 1 additions and 4 deletions

View File

@@ -90,7 +90,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:theme="@style/AppTheme.Nav"
android:theme="@style/AppTheme.Nav"
app:headerLayout="@layout/nav_header_drawer"
app:menu="@menu/messages_menu" />