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

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: Spellcheck comments. 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..e14bbe48c990b983676d0b773df620ce0573d709 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -46,4 +46,10 @@
<!-- 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>
+ <color name="password_generation_suggestion_text_color">#333333</color>
aurimas (slooooooooow) 2014/10/16 01:40:18 We should try to combine some of these colors. e.g
please use gerrit instead 2014/10/16 03:31:33 I combined infobar_text and password_generation_su
</resources>

Powered by Google App Engine
This is Rietveld 408576698