Newer
Older
tampopo-client / app / src / main / res / values / themes.xml
n-nitta 4 days ago 411 bytes Initial commit!
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Base.Theme.Tampopoclient" parent="Theme.Material3.DayNight.NoActionBar">
        <!-- Customize your light theme here. -->
        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
    </style>

    <style name="Theme.Tampopoclient" parent="Base.Theme.Tampopoclient" />
</resources>