|
@@ -3,19 +3,13 @@
|
|
|
<!-- Base application theme. values-night.xml -->
|
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
|
<!-- Customize your theme here. -->
|
|
|
- <item name="colorPrimary">@color/white</item>
|
|
|
+ <item name="colorPrimary">@color/textColor</item>
|
|
|
<item name="colorPrimaryDark">@color/white</item>
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
<item name="android:textColorPrimary">@color/textColor</item>
|
|
|
<item name="colorControlNormal">@color/white</item>
|
|
|
</style>
|
|
|
|
|
|
- <style name="MyDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" />
|
|
|
-
|
|
|
- <style name="MySwitch">
|
|
|
- <item name="colorControlActivated">@color/switchColor</item>
|
|
|
- </style>
|
|
|
-
|
|
|
<style name="DrawerArrowStyle" parent="@style/Widget.AppCompat.DrawerArrowToggle">
|
|
|
<item name="spinBars">true</item>
|
|
|
<item name="color">@android:color/white</item>
|