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

Unified Diff: chrome/android/java/res/layout/infobar_control_toggle.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_toggle.xml
diff --git a/chrome/android/java/res/layout/infobar_control_toggle.xml b/chrome/android/java/res/layout/infobar_control_toggle.xml
index 9a65327b7619e8ff2b0816f83de5383f8c3be14c..153c2a305c5308f25ec87a3ddb80aeaf5d860beb 100644
--- a/chrome/android/java/res/layout/infobar_control_toggle.xml
+++ b/chrome/android/java/res/layout/infobar_control_toggle.xml
@@ -25,8 +25,7 @@
android:layout_weight="1"
android:layout_marginEnd="@dimen/infobar_control_margin_between_items"
android:gravity="center_vertical"
- android:textSize="@dimen/infobar_text_size"
- android:textColor="@color/default_text_color" />
+ android:textSize="@dimen/infobar_text_size" />
<android.support.v7.widget.SwitchCompat
android:id="@+id/control_toggle_switch"

Powered by Google App Engine
This is Rietveld 408576698