summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/themes.xml
blob: db21362336d69b8232d4d9c33df0391b4bb869a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Base.Theme.Bingo3" parent="Theme.Material3.DayNight.NoActionBar">
        <!-- Customize your light theme here. -->
        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
    </style>

    <style name="Theme.Bingo3" parent="Base.Theme.Bingo3" />

    <style name="Theme.Bingo3.NoActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>

    <style name="Theme.Bingo3.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />

    <style name="Theme.Bingo3.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
</resources>