2025-06-25 09:28:05 +07:00

10 lines
421 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.BDKIPOC" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/red</item>
<item name="colorOnPrimary">@color/white</item>
</style>
<style name="Theme.BDKIPOC" parent="Base.Theme.BDKIPOC" />
</resources>