OneMapQS/app/src/main/res/values/themes.xml
2023-03-21 17:06:56 +08:00

9 lines
429 B
XML

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