13 lines
287 B
XML
13 lines
287 B
XML
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
<!-- light theme -->
|
||
|
<style name="AppTheme.Light" parent="AppTheme.Light.Base">
|
||
|
</style>
|
||
|
|
||
|
|
||
|
<!-- dark theme -->
|
||
|
<style name="AppTheme.Dark" parent="AppTheme.Dark.Base">
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</resources>
|