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

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 test compile 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 96f50b8e625a3708f6abb649475e9979e765b5dc..a69f448803ac44c687f0cea10e4239c93a109e70 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -134,6 +134,7 @@
<!-- WebappActivity colors -->
<color name="webapp_default_bg">#fafafa</color>
+ <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