forked from GitHub/gf-core
the Phrasebook UI now uses the green color
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#75CD75" />
|
||||
<solid android:color="@color/primary_color" />
|
||||
</shape>
|
||||
@@ -4,6 +4,6 @@
|
||||
<color name="candidate_recommended">#FFE35900</color>
|
||||
<color name="candidate_other">#ff808080</color>
|
||||
<color name="candidate_background">#ffffffff</color>
|
||||
<item name="primary_color" type="color">#009688</item>
|
||||
<item name="primary_color" type="color">#75CD75</item>
|
||||
<item name="text_colour_light" type="color">#616161</item>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user