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

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

Issue 606153002: [android] Password generation UI for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unify default text color. Use integers instead of enums. Simplify delegate. Created 6 years, 2 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 449077ef4e775c0c07dfbaba4a30355cc0382031..2fcd5a94f387d381e658de7c8f129544949585c3 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -5,8 +5,10 @@
-->
<resources>
+ <!-- Common colors -->
+ <color name="default_text_color">#333</color>
+
<!-- Infobar colors -->
- <color name="infobar_text">#333</color>
<color name="infobar_background">#fff</color>
<color name="infobar_background_separator">#afafaf</color>
<color name="infobar_accent_blue">#4285f4</color>
@@ -46,4 +48,9 @@
<!-- Distilled Page Prefs colors -->
<color name="distilled_page_prefs_selected">#999999</color>
<color name="distilled_page_prefs_unselected">#ffffff</color>
+
+ <!-- Password generation popup colors -->
+ <color name="password_generation_divider_color">#e5e5e5</color>
+ <color name="password_generation_explanation_text_color">#909090</color>
+ <color name="password_generation_link_text_color">#5595e3</color>
aurimas (slooooooooow) 2014/10/16 23:30:01 I'll start a new thread with UX team about unifyin
please use gerrit instead 2014/10/17 05:19:00 Thank you! Keep me posted, please.
</resources>

Powered by Google App Engine
This is Rietveld 408576698