the Phrasebook UI now uses the green color

This commit is contained in:
krasimir
2016-06-03 11:30:21 +00:00
parent ce856a2d17
commit fa9fca2c06
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>