2021-04-30 09:57:06 -06:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<!-- Base application theme. -->
|
2021-05-08 14:58:18 -06:00
|
|
|
<style name="Theme.WiimmfiWatcher" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
2021-04-30 09:57:06 -06:00
|
|
|
<!-- Primary brand color. -->
|
2021-05-18 20:48:17 -06:00
|
|
|
<item name="colorPrimary">#212121</item>
|
|
|
|
<item name="colorPrimaryVariant">#000000</item>
|
|
|
|
<item name="colorOnPrimary">@color/white</item>
|
2021-04-30 09:57:06 -06:00
|
|
|
<!-- Secondary brand color. -->
|
2021-05-10 12:54:31 -06:00
|
|
|
<item name="colorSecondary">@color/blue_200</item>
|
|
|
|
<item name="colorSecondaryVariant">@color/blue_200</item>
|
2021-05-18 20:48:17 -06:00
|
|
|
<item name="colorOnSecondary">@color/white</item>
|
2021-04-30 09:57:06 -06:00
|
|
|
<!-- Status bar color. -->
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
</style>
|
2021-08-15 14:13:51 -06:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2021-04-30 09:57:06 -06:00
|
|
|
</resources>
|