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

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

Issue 2198623002: More style in server card editor for PaymentRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/payment_request_editor_label.xml
diff --git a/chrome/android/java/res/layout/payment_request_editor_label.xml b/chrome/android/java/res/layout/payment_request_editor_label.xml
index c774dfe4b90b229c9a1030df6bdf362749166905..77af0cdd7b1e3098c40b6aa8b6391beefaf64f4a 100644
--- a/chrome/android/java/res/layout/payment_request_editor_label.xml
+++ b/chrome/android/java/res/layout/payment_request_editor_label.xml
@@ -26,7 +26,7 @@
android:layout_toStartOf="@id/icon"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
- android:textAppearance="@style/PreferenceFloatLabelTextAppearance" />
+ style="@style/PreferenceTitle" />
<TextView
android:id="@+id/mid_label"
@@ -35,7 +35,7 @@
android:layout_below="@id/top_label"
android:layout_toStartOf="@id/icon"
android:layout_alignParentStart="true"
- android:textAppearance="@style/PreferenceFloatLabelTextAppearance" />
+ style="@style/PreferenceSummary" />
<TextView
android:id="@+id/bottom_label"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698