diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 20:48:17 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 20:48:17 -0600 |
commit | 11aa7c75e16d6819d0681f408c720cbc6a6754ba (patch) | |
tree | 0b9ca87486a52bcdaf3a964406132c12146e3b4f /app/src/main/res/layout/activity_wiimmfi.xml | |
parent | 39e2d4248878b4b8e501c271d8df5f05f0179b97 (diff) | |
download | wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar.gz wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar.bz2 |
did a ton of stuff i dont remember like a dark mode and small enhancements
Diffstat (limited to 'app/src/main/res/layout/activity_wiimmfi.xml')
-rw-r--r-- | app/src/main/res/layout/activity_wiimmfi.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_wiimmfi.xml b/app/src/main/res/layout/activity_wiimmfi.xml index 92fe378..f62fe15 100644 --- a/app/src/main/res/layout/activity_wiimmfi.xml +++ b/app/src/main/res/layout/activity_wiimmfi.xml @@ -26,7 +26,9 @@ android:background="@android:color/transparent" android:elevation="0dp" app:navigationIcon="@drawable/ic_baseline_menu_24" - app:title="Watching 0000-0000-0000" /> + app:navigationIconTint="#FFFFFF" + app:title="Watching 0000-0000-0000" + app:titleTextColor="#FFFFFF" /> </com.google.android.material.appbar.AppBarLayout> @@ -49,6 +51,8 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" + android:theme="@style/Theme.WiimmfiWatcher" + app:headerLayout="@layout/header_navigation_drawer" app:menu="@menu/drawer_navigation_menu"> </com.google.android.material.navigation.NavigationView> |