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