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

Unified Diff: chrome/android/java/res/layout/tab_switcher_callout.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/tab_switcher_callout.xml
diff --git a/chrome/android/java/res/layout/tab_switcher_callout.xml b/chrome/android/java/res/layout/tab_switcher_callout.xml
index 95c5c2182f8eda52769118aaf5358c97eb687b00..a8e467adbb2d58866239c1ad5701d39a70464ec5 100644
--- a/chrome/android/java/res/layout/tab_switcher_callout.xml
+++ b/chrome/android/java/res/layout/tab_switcher_callout.xml
@@ -16,7 +16,8 @@
android:layout_height="wrap_content"
android:fontFamily="sans-serif-medium"
android:text="@string/tab_switcher_callout_header"
- android:textSize="@dimen/infobar_big_icon_message_size" />
+ android:textSize="@dimen/infobar_big_icon_message_size"
+ android:textColor="@color/default_text_color" />
<TextView
android:id="@+id/description_view"
« no previous file with comments | « chrome/android/java/res/layout/signin_and_sync_view.xml ('k') | chrome/android/java/res/layout/upgrade_activity.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698