summaryrefslogtreecommitdiff
path: root/src/ui/android/res/values
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2016-05-23 09:54:27 +0000
committerkrasimir <krasimir@chalmers.se>2016-05-23 09:54:27 +0000
commit228161eed4d0316c9150b190b528c4405a7f7b3b (patch)
tree393609f418b2a51fd437e2c6cc909025e3a1b629 /src/ui/android/res/values
parent649ab21ceccb09aa9490863bddcb9597898e7217 (diff)
add the relevant code from Parlira to the GFTranslator
Diffstat (limited to 'src/ui/android/res/values')
-rw-r--r--src/ui/android/res/values/colors.xml4
-rw-r--r--src/ui/android/res/values/strings.xml2
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>