|
|
|
@ -24,7 +24,7 @@
@@ -24,7 +24,7 @@
|
|
|
|
|
<style name="Theme.LightTheme" parent="Theme.BaseLightTheme"> |
|
|
|
|
<item name="searchBackground">@drawable/card_bg</item> |
|
|
|
|
<item name="listBackground">?attr/listChoiceBackgroundIndicator</item> |
|
|
|
|
<item name="progressBackgroundColor">#00000000</item> |
|
|
|
|
<item name="progressBackgroundColor">@color/transparent</item> |
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item> |
|
|
|
|
<item name="android:statusBarColor">@color/secondary_color</item> |
|
|
|
|
<item name="android:windowTranslucentStatus">false</item> |
|
|
|
@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
|
|
|
|
|
<style name="Theme.DarkTheme" parent="Theme.BaseDarkTheme"> |
|
|
|
|
<item name="searchBackground">@drawable/card_bg</item> |
|
|
|
|
<item name="listBackground">?attr/listChoiceBackgroundIndicator</item> |
|
|
|
|
<item name="progressBackgroundColor">#00000000</item> |
|
|
|
|
<item name="progressBackgroundColor">@color/transparent</item> |
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item> |
|
|
|
|
<item name="android:statusBarColor">@color/secondary_color</item> |
|
|
|
|
<item name="android:windowTranslucentStatus">false</item> |
|
|
|
@ -48,7 +48,7 @@
@@ -48,7 +48,7 @@
|
|
|
|
|
<style name="Theme.BlackTheme" parent="Theme.BaseBlackTheme"> |
|
|
|
|
<item name="searchBackground">@drawable/card_bg</item> |
|
|
|
|
<item name="listBackground">?attr/listChoiceBackgroundIndicator</item> |
|
|
|
|
<item name="progressBackgroundColor">#00000000</item> |
|
|
|
|
<item name="progressBackgroundColor">@color/transparent</item> |
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item> |
|
|
|
|
<item name="android:statusBarColor">@color/black</item> |
|
|
|
|
<item name="android:windowTranslucentStatus">false</item> |
|
|
|
|