Files
OmniCards/mobile/src/main/res/values/themes.xml
T

10 lines
411 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.OmniCards" parent="android:Theme.Material.Light.NoActionBar" />
<!-- Base application theme. -->
<style name="Base.Theme.OmniCards" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
</resources>