summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/themes.xml
blob: 63c444d04c771886073c3d087cae5672309648e5 (plain)
1
2
3
4
5
6
7
8
9
<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" />
</resources>