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

Unified Diff: chrome/android/java/res/layout/website_settings.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/website_settings.xml
diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings.xml
index 59aede5bddd4cb2cba5fce4b5cadaf69e610938d..42ece3d71fc386c5660b8c4a40a13b7c6d586fdb 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings.xml
@@ -27,7 +27,7 @@
android:id="@+id/website_settings_permission_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/website_settings_popup_text"
+ android:textColor="@color/default_text_color"
android:textSize="@dimen/website_settings_url_description_size" />
-</LinearLayout>
+</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698