blob: 1e20ab1b868507516d001a90328f76117ea36fc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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. -->
<item name="android:textColor">@color/black_text</item>
<item name="android:textSize">16sp</item>
</style>
<!-- fonts : roboto 400 -->
</resources>
|