Small refactor
parent
23412e5c17
commit
f9ccd0851d
@ -1,12 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<style name="BaseAppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||||
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
<item name="windowActionModeOverlay">true</item>
|
||||||
<!-- Customize your theme here. -->
|
</style>
|
||||||
|
<style name="AppTheme" parent="BaseAppTheme">
|
||||||
<item name="colorPrimary">@color/blue_primary</item>
|
<item name="colorPrimary">@color/blue_primary</item>
|
||||||
<item name="colorPrimaryDark">@color/blue_primary_dark</item>
|
<item name="colorPrimaryDark">@color/blue_primary_dark</item>
|
||||||
<item name="colorAccent">@color/red_accent</item>
|
<item name="colorAccent">@color/red_accent</item>
|
||||||
<item name="windowActionModeOverlay">true</item>
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
@ -1,6 +1,6 @@
|
|||||||
#Sun May 03 16:59:44 EEST 2020
|
#Sat May 09 10:22:49 EEST 2020
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-rc-4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue