aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-night/themes.xml
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-15 14:13:51 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-15 14:13:51 -0600
commitb4078fe23a7cbae5eb2a017663c5b46990defcb7 (patch)
treea017f78b65b01b87519ff29d17b5f61cd9701d74 /app/src/main/res/values-night/themes.xml
parent1643931494c2b9411a05fdefe8c03416fe072142 (diff)
downloadwiimmfi-watcher-b4078fe23a7cbae5eb2a017663c5b46990defcb7.tar
wiimmfi-watcher-b4078fe23a7cbae5eb2a017663c5b46990defcb7.tar.gz
wiimmfi-watcher-b4078fe23a7cbae5eb2a017663c5b46990defcb7.tar.bz2
adding pictures instead
Diffstat (limited to 'app/src/main/res/values-night/themes.xml')
-rw-r--r--app/src/main/res/values-night/themes.xml24
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