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