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