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

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

Issue 2365733002: Inherit default text color from MainTheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated CL with android:textColor added through DownloadsActivityTheme as well as reusing style/Pay… Created 4 years, 3 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/password_generation_popup_suggestion.xml
diff --git a/chrome/android/java/res/layout/password_generation_popup_suggestion.xml b/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
index 7f01ef960998cb9922a9be9ce90fa765f37ee749..12a4b4eb303cdf15df4b4e9c186b9cb4a6a483de 100644
--- a/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
+++ b/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
@@ -33,7 +33,6 @@
android:paddingEnd="@dimen/password_generation_horizontal_margin"
android:singleLine="true"
android:textStyle="bold"
- android:textColor="@color/default_text_color"
android:textSize="@dimen/password_generation_text_size"
android:includeFontPadding="false"/>
@@ -45,7 +44,6 @@
android:paddingBottom="@dimen/password_generation_text_vertical_margin"
android:paddingEnd="@dimen/password_generation_horizontal_margin"
android:singleLine="true"
- android:textColor="@color/default_text_color"
android:textSize="@dimen/password_generation_text_size"
android:includeFontPadding="false"/>

Powered by Google App Engine
This is Rietveld 408576698