aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/styles.xml
blob: 4a51239edfd506d1bb5a4eff0f8f811b19fa03f6 (plain)
1
2
3
4
5
6
7
8
9
<resources>

    <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>

</resources>