diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-08-15 21:16:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 21:16:30 -0500 |
commit | f6438b7cd9a8e2091971ae65892e3ff10d89a572 (patch) | |
tree | a017f78b65b01b87519ff29d17b5f61cd9701d74 /app/src/main/res/values-night | |
parent | 1643931494c2b9411a05fdefe8c03416fe072142 (diff) | |
parent | b4078fe23a7cbae5eb2a017663c5b46990defcb7 (diff) | |
download | wiimmfi-watcher-f6438b7cd9a8e2091971ae65892e3ff10d89a572.tar wiimmfi-watcher-f6438b7cd9a8e2091971ae65892e3ff10d89a572.tar.gz wiimmfi-watcher-f6438b7cd9a8e2091971ae65892e3ff10d89a572.tar.bz2 |
Merge pull request #1 from brysonsteck/detour
adding pictures instead
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/themes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index d028cf7..1e230ce 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -13,4 +13,28 @@ <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> <!-- Customize your theme here. --> </style> + + <style name="Theme.WiimmfiWatcher.Watching" parent="Theme.MaterialComponents.DayNight.NoActionBar"> + <!-- Primary brand color. --> + <item name="colorPrimary">#212121</item> + <item name="colorPrimaryVariant">#000000</item> + <item name="colorOnPrimary">@color/white</item> + <!-- Secondary brand color. --> + <item name="colorSecondary">@color/blue_200</item> + <item name="colorSecondaryVariant">@color/blue_200</item> + <item name="colorOnSecondary">@color/white</item> + <item name="android:windowTranslucentStatus">true</item> + <!-- Status bar color. --> + <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> + <!-- Customize your theme here. --> + </style> + + <style name="TextAppearance.App.CollapsingToolbar.Expanded" parent="TextAppearance.MaterialComponents.Headline5"> + <item name="android:textColor">@color/white</item> + </style> + + <style name="TextAppearance.App.CollapsingToolbar.Collapsed" parent="TextAppearance.MaterialComponents.Headline6"> + <item name="android:textColor">@color/white</item> + </style> + </resources>
\ No newline at end of file |