9 lines
No EOL
395 B
XML
9 lines
No EOL
395 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.Lab2" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
|
<!-- Customize your light theme here. -->
|
|
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
|
</style>
|
|
|
|
<style name="Theme.Lab2" parent="Base.Theme.Lab2" />
|
|
</resources> |