diff options
Diffstat (limited to 'src/ui/android/res/values')
| -rw-r--r-- | src/ui/android/res/values/colors.xml | 4 | ||||
| -rw-r--r-- | src/ui/android/res/values/strings.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/android/res/values/colors.xml b/src/ui/android/res/values/colors.xml index cc02206f6..6b3306bcb 100644 --- a/src/ui/android/res/values/colors.xml +++ b/src/ui/android/res/values/colors.xml @@ -4,4 +4,6 @@ <color name="candidate_recommended">#FFE35900</color> <color name="candidate_other">#ff808080</color> <color name="candidate_background">#ffffffff</color> -</resources>
\ No newline at end of file + <item name="primary_color" type="color">#009688</item> + <item name="text_colour_light" type="color">#616161</item> +</resources> diff --git a/src/ui/android/res/values/strings.xml b/src/ui/android/res/values/strings.xml index 3b9f828b2..8281a1353 100644 --- a/src/ui/android/res/values/strings.xml +++ b/src/ui/android/res/values/strings.xml @@ -33,4 +33,6 @@ <string name="topics">Topics</string> <string name="topics_open">Open topics</string> <string name="topics_close">Close topics</string> + + <string name="phrasebook">Phrasebook</string> </resources> |
