blob: 9bc2442d48a80dbaadb99b8eca277f5619ea73a6 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <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">@color/primary</item>
        <item name="colorAccent">@color/accent</item>
        <!-- Status bar color. -->
        <!-- Customize your theme here. -->
        <item name="android:textColor">@color/primary_text</item>
        <item name="android:textSize">16sp</item>
    </style>
    <!-- fonts : roboto 400 -->
</resources>
 |