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

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: Remove platform guards. 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 6aab766b630e44255c28c54788564671635bce7d..7e0185718d995abf873fb4e6ac9f2e47e1c22cb7 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -48,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>
</resources>
« no previous file with comments | « chrome/android/java/res/layout/password_generation_popup_suggestion.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698