Zmiana koloru podstawowych barw - primary brand
This commit is contained in:
parent
4eb35dc9a3
commit
fe263d4a55
@ -1,10 +1,18 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Base application theme. -->
|
<!-- Base application theme. -->
|
||||||
<style name="Theme.Notatkon" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
<style name="Theme.Notatkon" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||||
|
|
||||||
<!-- Primary brand color. -->
|
<!-- Primary brand color. -->
|
||||||
|
<item name="colorPrimary">#4fc3f7</item>
|
||||||
|
<item name="colorPrimaryVariant">#0093c4</item>
|
||||||
|
<item name="colorOnPrimary">@color/white</item>
|
||||||
|
|
||||||
|
<!-- default primary
|
||||||
<item name="colorPrimary">@color/purple_500</item>
|
<item name="colorPrimary">@color/purple_500</item>
|
||||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||||
<item name="colorOnPrimary">@color/white</item>
|
<item name="colorOnPrimary">@color/white</item>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Secondary brand color. -->
|
<!-- Secondary brand color. -->
|
||||||
<item name="colorSecondary">@color/teal_200</item>
|
<item name="colorSecondary">@color/teal_200</item>
|
||||||
<item name="colorSecondaryVariant">@color/teal_700</item>
|
<item name="colorSecondaryVariant">@color/teal_700</item>
|
||||||
@ -12,6 +20,7 @@
|
|||||||
<!-- Status bar color. -->
|
<!-- Status bar color. -->
|
||||||
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
||||||
<!-- Customize your theme here. -->
|
<!-- Customize your theme here. -->
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.Notatkon.NoActionBar">
|
<style name="Theme.Notatkon.NoActionBar">
|
||||||
|
Loading…
Reference in New Issue
Block a user