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

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

Issue 842083003: Upstream CompositorButton, VirtualView and TitleBitmapFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 f346c9a13bf439f4adfa75ce2620077caa3efd1a..7cb12ef259c96295b709580b8753abf73a5494a2 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -69,4 +69,10 @@
<color name="pref_button_pressed_color">#038ecd</color>
<color name="pref_button_disabled_color">#83d7fd</color>
+ <!-- Tab Switcher Colors -->
David Trainor- moved to gerrit 2015/01/09 18:18:51 Compositor Tab Title Colors
Jaekyun Seok (inactive) 2015/01/09 20:37:22 Done.
+ <color name="tab_title_bar_text">#555555</color>
+ <color name="tab_title_bar_text_incognito">#FFFFFFFF</color>
+ <color name="tab_title_bar_shadow">#AAFFFFFF</color>
+ <color name="tab_title_bar_shadow_incognito">#88000000</color>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698