12 lines
587 B
XML
12 lines
587 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.UiTemplate" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
<!-- Customize your light theme here. -->
|
|
<item name="colorPrimary">@color/AccentBlue</item>
|
|
<item name="colorPrimaryDark">@color/white</item>
|
|
<item name="android:navigationBarColor">@color/white</item>
|
|
<item name="android:colorBackground">@color/white</item>
|
|
</style>
|
|
|
|
<style name="Theme.UiTemplate" parent="Base.Theme.UiTemplate" />
|
|
</resources> |