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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2040623002: [Payments] Add ability to show additional text for OptionSections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ugh
Patch Set: Comments Created 4 years, 6 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/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 27dcdeed341e695b76b17e71f99f2abf6ec970bf..333aea01039c98e5006c66023a476a798b86e325 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -458,6 +458,8 @@
<style name="PaymentsUiSectionDescriptiveText">
<item name="android:textColor">@color/descriptive_text_color</item>
<item name="android:textSize">14sp</item>
+ </style>
+ <style name="PaymentsUiSectionDescriptiveTextEndAligned" parent="PaymentsUiSectionDescriptiveText">
<item name="android:textAlignment">viewEnd</item>
</style>
<style name="PaymentsUiSectionAddButtonLabel">
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698