Coach/app/src/main/res/values-night/themes.xml

7 lines
327 B
XML
Raw Normal View History

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
2026-02-05 14:30:42 +00:00
<style name="Base.Theme.Coach" parent="Theme.AppCompat.DayNight.DarkActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>