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

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: Created 5 years, 5 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 6cfd10fe553fa5f54279f4d152649a1c1f666f1c..45a3ee5459fd2829f1eace313a06bd3dbba1e068 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -86,7 +86,7 @@
<!-- Sad Tab colors -->
<color name="sad_tab_header_text_color">#333333</color>
<color name="sad_tab_body_text_color">#646464</color>
-
+
<!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
<color name="ntp_bg">#fff</color>
<color name="ntp_bg_incognito">#222</color>
@@ -131,6 +131,8 @@
<color name="reader_mode_header_bg">#ff494949</color>
<!-- WebappActivity colors -->
+ <color name="webapp_splash_default_bg">#fafafa</color>
+ <color name="webapp_splash_title">#333333</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