Changed colour picker from a single palette dialog to recycler view to gain parity with iOS-version

This commit is contained in:
Deniz Düzgören
2019-10-15 08:29:53 +02:00
parent cad72fb90a
commit 3b239fc22d
20 changed files with 262 additions and 494 deletions
+1
View File
@@ -6,6 +6,7 @@
<color name="colorAccent">#448aff</color>
<color name="colorText">#212121</color>
<color name="colorHint">#757575</color>
<color name="colorHintReversed">#9e9e9e</color>
<color name="colorHintLight">#bdbdbd</color>
<color name="legacyBlack">#000000</color>
+28
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">AvH Plan</string>
<string name="substitution_plan">Substitution Plan</string>
@@ -175,4 +176,31 @@
<string name="error_please_try_again">An error occurred, please try again</string>
<string name="thanks_for_using">Thanks for using the app!</string>
<string name="congratulations_for_nothing">Congratulations! You have achieved nothing.</string>
<string-array name="colour_names">
<item>Default</item>
<item>Red</item>
<item>Orange</item>
<item>Yellow</item>
<item>Green</item>
<item>Cyan</item>
<item>Light blue</item>
<item>Blue</item>
<item>Purple</item>
<item>Pink</item>
<item>Brown</item>
<item>Grey</item>
<item>Red (iOS)</item>
<item>Orange (iOS)</item>
<item>Yellow (iOS)</item>
<item>Green (iOS)</item>
<item>Cyan (iOS)</item>
<item>Light blue (iOS)</item>
<item>Blue (iOS)</item>
<item>Purple (iOS)</item>
<item>Pink (iOS)</item>
<item>Brown (iOS)</item>
<item>White</item>
<item>Black</item>
</string-array>
</resources>