mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2024-10-31 19:11:00 +02:00
16 lines
831 B
XML
16 lines
831 B
XML
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
<!-- Base application theme. -->
|
||
|
<style name="Theme.TestMobileApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||
|
<!-- Primary brand color. -->
|
||
|
<item name="colorPrimary">@color/red_200</item>
|
||
|
<item name="colorPrimaryVariant">@color/red_700</item>
|
||
|
<item name="colorOnPrimary">@color/black</item>
|
||
|
<!-- Secondary brand color. -->
|
||
|
<item name="colorSecondary">@color/amber_200</item>
|
||
|
<item name="colorSecondaryVariant">@color/amber_200</item>
|
||
|
<item name="colorOnSecondary">@color/black</item>
|
||
|
<!-- Status bar color. -->
|
||
|
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
||
|
<!-- Customize your theme here. -->
|
||
|
</style>
|
||
|
</resources>
|