New spinner style

This commit is contained in:
M M Arif
2020-02-03 00:14:38 +05:00
parent 50671907ba
commit 8b75cac9d8
7 changed files with 50 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Dark theme - default -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:statusBarColor">@color/colorPrimary</item>
<item name="android:windowBackground">@color/colorPrimary</item>
@@ -13,6 +14,7 @@
<item name="checkboxStyle">@style/AppThemeCheckBoxStyle</item>
</style>
<!-- Light theme -->
<style name="AppThemeLight" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:statusBarColor">@color/colorPrimary</item>
<item name="android:windowBackground">@color/lightThemeBackground</item>
@@ -25,7 +27,6 @@
<item name="checkboxStyle">@style/AppThemeLightCheckBoxStyle</item>
</style>
<style name="AppThemeLightCheckBoxStyle" parent="Base.Widget.AppCompat.CompoundButton.CheckBox">
<item name="buttonTint">@color/colorDarkGreen</item>
</style>