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

Unified Diff: chrome/android/java/res/layout/account_signin_account_view.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
Index: chrome/android/java/res/layout/account_signin_account_view.xml
diff --git a/chrome/android/java/res/layout/account_signin_account_view.xml b/chrome/android/java/res/layout/account_signin_account_view.xml
index 5d65a12e72408fb11a11665f453147e994bf6155..a39436a5d76215f1d3a61aaac9d25c16dfc225a2 100644
--- a/chrome/android/java/res/layout/account_signin_account_view.xml
+++ b/chrome/android/java/res/layout/account_signin_account_view.xml
@@ -28,7 +28,6 @@
android:layout_weight="1"
android:minHeight="56dp"
android:gravity="center_vertical"
- android:textColor="@color/default_text_color"
android:textSize="@dimen/fre_normal_text_size"/>
<ImageView

Powered by Google App Engine
This is Rietveld 408576698