2026-02-02 15:05:11 +00:00
|
|
|
<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">
|
2026-02-02 15:05:11 +00:00
|
|
|
<!-- Customize your light theme here. -->
|
|
|
|
|
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.Coach" parent="Base.Theme.Coach" />
|
|
|
|
|
</resources>
|