Index: chrome/android/java/res/values/colors.xml |
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml |
index 373db924d7efd62aeddc48b8cac674e7b09c851d..99527e824ddfcb75c3f26e83ef62ebeb124b662f 100644 |
--- a/chrome/android/java/res/values/colors.xml |
+++ b/chrome/android/java/res/values/colors.xml |
@@ -136,6 +136,8 @@ |
<!-- WebappActivity colors --> |
<color name="webapp_default_bg">#fafafa</color> |
+ <color name="webapp_splash_title">#333333</color> |
newt (away)
2015/09/04 18:45:48
Reuse existing colors where possible. e.g. use def
Lalit Maganti
2015/09/04 19:12:02
Done.
|
+ <color name="webapp_splash_title_light">#ffffff</color> |
<color name="webapp_url_bar_bg">#fafafa</color> |
<color name="webapp_url_bar_separator">#e1e1e1</color> |