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

Unified Diff: chrome/android/java/res/layout/signin_and_sync_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/signin_and_sync_view.xml
diff --git a/chrome/android/java/res/layout/signin_and_sync_view.xml b/chrome/android/java/res/layout/signin_and_sync_view.xml
index befa363ef957c652b2faa354eeda564763f7d1cf..76a4fe776e307d9957cf04fbdf015a84731fd608 100644
--- a/chrome/android/java/res/layout/signin_and_sync_view.xml
+++ b/chrome/android/java/res/layout/signin_and_sync_view.xml
@@ -15,6 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
+ android:textColor="@color/default_text_color"
android:textSize="16sp"
android:textStyle="bold" />
@@ -22,6 +23,7 @@
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="@color/default_text_color"
android:textSize="14sp" />
<LinearLayout
« no previous file with comments | « chrome/android/java/res/layout/payment_request_header.xml ('k') | chrome/android/java/res/layout/tab_switcher_callout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698