myrep/app/src/main/res/values/themes.xml
2024-03-25 19:47:00 +07:00

9 lines
381 B
XML

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