Changed the yellow to a more friendly green.

This commit is contained in:
Christopher Beckmann 2020-11-03 16:27:12 +01:00
parent 1682c58bb7
commit 97592d8e22
3 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:endColor="@color/darkyellow"
android:startColor="@color/darkyellow" />
android:endColor="@color/green"
android:startColor="@color/green" />
<corners android:radius="6dp" />
<stroke
android:width="10px"

View file

@ -21,7 +21,7 @@
<item name="activeButtonColor">@color/lightblue</item>
<item name="inactiveButtonColor">@color/middlegrey</item>
<item name="highlightedButtonBorder">@color/yellow</item>
<item name="completedButtonColor">@color/darkyellow</item>
<item name="completedButtonColor">@color/green</item>
<item name="completedButtonBorder">@color/yellow</item>
<item name="android:itemBackground">@color/cardview_dark_background</item>
<item name="backgroundTutorialSlide">@color/colorPrimaryDark</item>

View file

@ -19,7 +19,7 @@
<item name="activeButtonColor">@color/lightblue</item>
<item name="inactiveButtonColor">@color/middlegrey</item>
<item name="highlightedButtonBorder">@color/yellow</item>
<item name="completedButtonColor">@color/darkyellow</item>
<item name="completedButtonColor">@color/green</item>
<item name="completedButtonBorder">@color/yellow</item>
<item name="actionBarTheme">@style/ToolbarStyle</item>
<item name="backgroundTutorialSlide">@color/colorAccent</item>