BInfoAndroid/app/src/main/res/values/themes.xml

9 lines
408 B
XML

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