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

Unified Diff: chrome/android/java/res/layout/infobar_control_message.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/infobar_control_message.xml
diff --git a/chrome/android/java/res/layout/infobar_control_message.xml b/chrome/android/java/res/layout/infobar_control_message.xml
index 752c519be162bb37af5d1e61c924fc73686c38ce..524a4d71b5443b3163956b921dcd6ea8ca6eee32 100644
--- a/chrome/android/java/res/layout/infobar_control_message.xml
+++ b/chrome/android/java/res/layout/infobar_control_message.xml
@@ -8,7 +8,6 @@
android:id="@+id/infobar_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/default_text_color"
android:textColorLink="@color/infobar_accent_blue"
android:textDirection="locale"
android:textSize="@dimen/infobar_text_size" />

Powered by Google App Engine
This is Rietveld 408576698