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

Unified Diff: chrome/android/java/res/layout/payment_request_header.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/payment_request_header.xml
diff --git a/chrome/android/java/res/layout/payment_request_header.xml b/chrome/android/java/res/layout/payment_request_header.xml
index dbb1e8b3da5ad04604b71b4b533c664d39fe2445..aa227a25027cca6d9c9a545b202be55dd22d5582 100644
--- a/chrome/android/java/res/layout/payment_request_header.xml
+++ b/chrome/android/java/res/layout/payment_request_header.xml
@@ -38,13 +38,14 @@
android:orientation="vertical">
<TextView
- style="@style/PaymentsUiSectionDefaultText"
android:id="@+id/page_title"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:singleLine="true"
+ android:textColor="@color/default_text_color"
+ android:textSize="16sp"
android:textStyle="bold" />
<TextView

Powered by Google App Engine
This is Rietveld 408576698