Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 1239923002: webapps: add splashscreen for installed webapps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest-title
Patch Set: Fix compile and remove scaling Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698