summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2016-06-03 11:30:21 +0000
committerkrasimir <krasimir@chalmers.se>2016-06-03 11:30:21 +0000
commitfa9fca2c067622fb778be399ff5120b7724f2eb5 (patch)
treeafd99aaf45abf9309fa34f66a31c4c22282a4698 /src
parentce856a2d177c2339705552f5a29b8eca8de18ab9 (diff)
the Phrasebook UI now uses the green color
Diffstat (limited to 'src')
-rw-r--r--src/ui/android/res/drawable/second_person_best_utterance_bg.xml2
-rw-r--r--src/ui/android/res/values/colors.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/android/res/drawable/second_person_best_utterance_bg.xml b/src/ui/android/res/drawable/second_person_best_utterance_bg.xml
index 9eb02aef1..0c60864b9 100644
--- a/src/ui/android/res/drawable/second_person_best_utterance_bg.xml
+++ b/src/ui/android/res/drawable/second_person_best_utterance_bg.xml
@@ -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> \ No newline at end of file
diff --git a/src/ui/android/res/values/colors.xml b/src/ui/android/res/values/colors.xml
index 6b3306bcb..e7dbbada4 100644
--- a/src/ui/android/res/values/colors.xml
+++ b/src/ui/android/res/values/colors.xml
@@ -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>