summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/themes.xml
blob: 76cfd8664d7f23631fa2c313c181c8bb98e00345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="BitmaskTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimary</item>
        <item name="textColorError">@color/colorError</item>

        <item name="android:buttonStyle">@style/BitmaskButton</item>

    </style>

    <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimary</item>
        <item name="android:windowBackground">@drawable/splash_page</item>
    </style>

</resources>