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" />

View File

@@ -56,7 +56,6 @@
<ImageButton
android:id="@+id/message_delete"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@null"

View File

@@ -57,7 +57,6 @@
<ImageButton
android:id="@+id/message_delete"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@null"

View File

@@ -62,7 +62,6 @@
<ImageButton
android:id="@+id/refresh_all"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"