diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:57:52 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:57:52 +0000 |
| commit | b78bdb5c8b858fdab3abd9b759fce6519c8ad5b0 (patch) | |
| tree | 9437212548711fd7197cf41aa13b0ed51cdacb44 /android-app/app/src/main/res/values/themes.xml | |
| parent | dde00c0f8e4571b6253a8c65598e1de7d905e742 (diff) | |
refactor: rename app from AndroidApp to nav
Diffstat (limited to 'android-app/app/src/main/res/values/themes.xml')
| -rw-r--r-- | android-app/app/src/main/res/values/themes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android-app/app/src/main/res/values/themes.xml b/android-app/app/src/main/res/values/themes.xml index 52028de..612bba1 100644 --- a/android-app/app/src/main/res/values/themes.xml +++ b/android-app/app/src/main/res/values/themes.xml @@ -1,6 +1,6 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> - <style name="Theme.AndroidApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> + <style name="Theme.Nav" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> <!-- Primary brand color. --> <item name="colorPrimary">@color/purple_200</item> <item name="colorPrimaryVariant">@color/purple_700</item> @@ -15,7 +15,7 @@ </style> <!-- Night Vision Theme --> - <style name="Theme.AndroidApp.NightVision" parent="Theme.MaterialComponents.NoActionBar"> + <style name="Theme.Nav.NightVision" parent="Theme.MaterialComponents.NoActionBar"> <!-- Primary brand color. --> <item name="colorPrimary">@color/night_red_primary</item> <item name="colorPrimaryVariant">@color/night_red_variant</item> |
