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

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: 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
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">
gone 2016/06/03 23:09:54 Doesn't seem to be a line length enforced in this
please use gerrit instead 2016/06/03 23:21:22 You're safe.
<item name="android:textAlignment">viewEnd</item>
</style>
<style name="PaymentsUiSectionAddButtonLabel">

Powered by Google App Engine
This is Rietveld 408576698