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

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

Issue 2427853002: Revert "Inherit default text color from parent themes." (Closed)
Patch Set: Created 4 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_control_spinner_view.xml
diff --git a/chrome/android/java/res/layout/infobar_control_spinner_view.xml b/chrome/android/java/res/layout/infobar_control_spinner_view.xml
index 5e1a7296d2c8b9d33b5bfd5792e13df61afd1425..cd79d8b695e7c28ebdf9313fd4570dc7ad2c5e0e 100644
--- a/chrome/android/java/res/layout/infobar_control_spinner_view.xml
+++ b/chrome/android/java/res/layout/infobar_control_spinner_view.xml
@@ -21,6 +21,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="@color/default_text_color"
android:textSize="@dimen/infobar_text_size" />
</org.chromium.chrome.browser.widget.DualControlLayout>
« no previous file with comments | « chrome/android/java/res/layout/infobar_control_message.xml ('k') | chrome/android/java/res/layout/infobar_control_toggle.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698