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

Unified Diff: chrome/android/java/res/layout/infobar_spinner_item.xml

Issue 606153002: [android] Password generation UI for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set the width of the popup correctly. 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_spinner_item.xml
diff --git a/chrome/android/java/res/layout/infobar_spinner_item.xml b/chrome/android/java/res/layout/infobar_spinner_item.xml
index a45e1c1fa53a1d878c9b9dafebfe9f5c98505316..e3022587519f46c1fd04293a35b37b23f7356b20 100644
--- a/chrome/android/java/res/layout/infobar_spinner_item.xml
+++ b/chrome/android/java/res/layout/infobar_spinner_item.xml
@@ -15,4 +15,4 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
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