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

Unified Diff: chrome/android/java/res/layout/infobar_text.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/layout/infobar_text.xml
diff --git a/chrome/android/java/res/layout/infobar_text.xml b/chrome/android/java/res/layout/infobar_text.xml
index d56dd76ee4eb648f7ae01c78a06dafd2b12e1fdb..27dd80356949d616e0648cc8f8b18059fc534357 100644
--- a/chrome/android/java/res/layout/infobar_text.xml
+++ b/chrome/android/java/res/layout/infobar_text.xml
@@ -14,4 +14,4 @@
android:lineSpacingMultiplier="1.25"
android:textDirection="locale"
android:textSize="@dimen/infobar_text_size"
- android:textColor="@color/infobar_text" />
+ android:textColor="@color/default_text_color" />

Powered by Google App Engine
This is Rietveld 408576698