blob: 6c0b17544eaec9d3cd672e7f4385789c9a4775c5 (
plain)
1
2
3
4
5
6
7
8
9
|
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.CleverSync" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.CleverSync" parent="Base.Theme.CleverSync" />
</resources>
|