Streamline UI updates and cleanup maintenance debt

This commit is contained in:
ajp_anton
2026-07-27 23:21:59 +00:00
parent c28144b9ed
commit 2a330cc831
8 changed files with 33 additions and 50 deletions
+6 -5
View File
@@ -28,11 +28,10 @@
app:itemTextColor="@color/drawer_item_text_color"
app:menu="@menu/drawer_menu" />
<LinearLayout
<RelativeLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
android:layout_weight="1">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
@@ -41,6 +40,7 @@
android:background="@color/primary"
android:elevation="0dp"
android:theme="@style/ThemeOverlay.NotificationLog.Toolbar"
android:layout_alignParentTop="true"
app:navigationIconTint="@color/on_primary"
app:titleTextColor="@color/on_primary" />
@@ -48,8 +48,9 @@
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>
android:layout_below="@id/toolbar"
android:layout_alignParentBottom="true" />
</RelativeLayout>
</LinearLayout>
<com.google.android.material.navigation.NavigationView