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

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: Use existing color 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 4b908d63cf0ec16c91dc304c42ffab81e8eca984..1b23707c628f571b32e38871e0c691575005ce5a 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -483,10 +483,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/explanation_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/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698