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

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

Issue 2059073002: Add "Checking" spinner for server-side shipping address validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address 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/res/values/colors.xml » ('j') | chrome/android/java/res/values/colors.xml » ('J')
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 333aea01039c98e5006c66023a476a798b86e325..5041656cba58dc9c34cc4ff2b6990ad3d14eabaf 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -455,10 +455,18 @@
<item name="android:textColor">@color/default_text_color</item>
<item name="android:textSize">16sp</item>
</style>
+ <style name="PaymentsUiSectionDisabledText">
+ <item name="android:textColor">@color/disabled_text_color</item>
+ <item name="android:textSize">16sp</item>
+ </style>
<style name="PaymentsUiSectionDescriptiveText">
<item name="android:textColor">@color/descriptive_text_color</item>
<item name="android:textSize">14sp</item>
</style>
+ <style name="PaymentsUiSectionWarningText">
+ <item name="android:textColor">@color/error_text_color</item>
+ <item name="android:textSize">14sp</item>
+ </style>
<style name="PaymentsUiSectionDescriptiveTextEndAligned" parent="PaymentsUiSectionDescriptiveText">
<item name="android:textAlignment">viewEnd</item>
</style>
« no previous file with comments | « no previous file | chrome/android/java/res/values/colors.xml » ('j') | chrome/android/java/res/values/colors.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698