diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/android/res/drawable/second_person_best_utterance_bg.xml | 2 | ||||
| -rw-r--r-- | src/ui/android/res/values/colors.xml | 2 |
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> |
