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