aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v28/styles.xml
blob: 07037335957590ab993b576ac7d5adf3648ba97c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.MaterialComponents.Light">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
        <item name="android:navigationBarColor">@android:color/black</item>
        <item name="android:textColorPrimary">@android:color/white</item>
    </style>

</resources>