blob: 3a7bad89e43fd914f8e93b6a0192ded0c34dc4d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.PrivacyCentralApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">#007fff</item>
<item name="colorAccent">#007fff</item>
<item name="colorSecondary">#007fff</item>
<item name="colorControlNormal">#007fff</item>
<!-- Status bar color. -->
<!-- Customize your theme here. -->
</style>
</resources>
|