Index: mobile/android/base/resources/values/abb_colors.xml |
diff --git a/mobile/android/base/resources/values/abb_colors.xml b/mobile/android/base/resources/values/abb_colors.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ec8bfb84c0a92e856171509732b3cf8a75c20d64 |
--- /dev/null |
+++ b/mobile/android/base/resources/values/abb_colors.xml |
@@ -0,0 +1,6 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<resources> |
+ <color name="abb_url_input_button_enabled">#ff0099cc</color> |
+ <color name="abb_url_input_button_disabled">#ffc5dfe8</color> |
+</resources> |
+ |