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

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

Issue 1962833002: [Payments] Animate the scrim and bottom sheet disappearing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleaning Created 4 years, 7 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/layout/payment_result.xml
diff --git a/chrome/android/java/res/layout/payment_result.xml b/chrome/android/java/res/layout/payment_result.xml
index df0bc5839425957706a683f6bf734b802991d953..abb3ed0418307e90926e056b28ad6b624007fdfc 100644
--- a/chrome/android/java/res/layout/payment_result.xml
+++ b/chrome/android/java/res/layout/payment_result.xml
@@ -70,15 +70,6 @@
android:layout_marginTop="@dimen/payments_section_largest_spacing"
android:layout_marginBottom="@dimen/payments_section_small_spacing" />
- <!-- Image that shows when the request was succesful. -->
- <ImageView
- android:id="@+id/waiting_success"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/verify_checkmark"
- android:visibility="gone"
- android:contentDescription="@null" />
-
<!-- Message describing the result of the request. -->
<TextView
android:id="@+id/waiting_message"

Powered by Google App Engine
This is Rietveld 408576698