45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<!-- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">-->
|
|
<!-- <!– Customize your theme here. –>-->
|
|
<!-- <item name="colorPrimary">@color/colorPrimary</item>-->
|
|
<!-- <item name="colorPrimaryDark">@color/colorPrimaryDark</item>-->
|
|
<!-- <item name="colorAccent">@color/colorAccent</item>-->
|
|
<!-- </style>-->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
<item name="backgroundColor">@color/default_background_color</item>
|
|
|
|
</style>
|
|
|
|
<style name="MaterialTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
<item name="backgroundColor">@color/default_background_color</item>
|
|
</style>
|
|
|
|
<style name="AppThemeFitsSystemWindows" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
<item name="android:fitsSystemWindows">true</item>
|
|
</style>
|
|
|
|
<style name="AppThemeBlack" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/black</item>
|
|
<item name="colorPrimaryDark">@color/black</item>
|
|
<item name="colorAccent">@color/black</item>
|
|
<item name="backgroundColor">@color/black</item>
|
|
<item name="android:fitsSystemWindows">true</item>
|
|
</style>
|
|
|
|
</resources>
|