summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-13 19:36:02 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-15 19:18:52 +0000
commit14e3729cfbcd1cbda0b33f03efbf65325bd3fb97 (patch)
tree064a5d41c794fbee03d8b9eba48b7379f5bfbb6f /android/src/main/res/values
parentb3a1686ec1f4d2eb63ba5cbbfdb57386aebfbc64 (diff)
downloadmullvadvpn-14e3729cfbcd1cbda0b33f03efbf65325bd3fb97.tar.xz
mullvadvpn-14e3729cfbcd1cbda0b33f03efbf65325bd3fb97.zip
Implement Connecting screen
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/colors.xml2
-rw-r--r--android/src/main/res/values/strings.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/android/src/main/res/values/colors.xml b/android/src/main/res/values/colors.xml
index 430756720a..905f1e497c 100644
--- a/android/src/main/res/values/colors.xml
+++ b/android/src/main/res/values/colors.xml
@@ -11,6 +11,8 @@
<color name="green">#44AD4D</color>
<color name="green90">#E644AD4D</color>
<color name="red">#D0021B</color>
+ <color name="red45">#73021B</color>
+ <color name="red40">#66021B</color>
<color name="textInputBorder">#234161</color>
</resources>
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index a643ef2150..18da2803c8 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -11,7 +11,10 @@
<string name="login_fail_description">Invalid account number, try again</string>
<string name="unsecured_connection">Unsecured connection</string>
+ <string name="creating_secure_connection">Creating secure connection</string>
+ <string name="blocking_internet">Blocking internet</string>
<string name="country">Country</string>
<string name="connect">Secure my connection</string>
+ <string name="cancel">Cancel</string>
<string name="switch_location">Switch location</string>
</resources>