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

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

Issue 2365733002: Inherit default text color from MainTheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: swapping out @ColorRes and @ColorInt usage in code. 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/account_chooser_dialog_title.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/account_chooser_dialog_item.xml
diff --git a/chrome/android/java/res/layout/account_chooser_dialog_item.xml b/chrome/android/java/res/layout/account_chooser_dialog_item.xml
index 41875eca79a4c77c33d5a6b6f413688a9f7a003f..710a70102761e5f46bd553f1b31efe84cf0a94b6 100644
--- a/chrome/android/java/res/layout/account_chooser_dialog_item.xml
+++ b/chrome/android/java/res/layout/account_chooser_dialog_item.xml
@@ -31,7 +31,6 @@
android:ellipsize="end"
android:singleLine="true"
android:fontFamily="sans-serif"
- android:textColor="@color/default_text_color"
android:textSize="@dimen/account_chooser_dialog_title_main_text_size"/>
<TextView
android:id="@+id/secondary_name"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/account_chooser_dialog_title.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698