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

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

Issue 2670853002: [Payments] Animates EditorView in and out (Closed)
Patch Set: format Created 3 years, 10 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/ui/EditorView.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/payment_request_editor.xml
diff --git a/chrome/android/java/res/layout/payment_request_editor.xml b/chrome/android/java/res/layout/payment_request_editor.xml
index 4f162ea927a44620f945b2df05fd7002ee92aa0e..7707c739a24ade2fe3d2b4a7bd1d28f21012d6d7 100644
--- a/chrome/android/java/res/layout/payment_request_editor.xml
+++ b/chrome/android/java/res/layout/payment_request_editor.xml
@@ -6,7 +6,8 @@
<!-- PaymentRequestUI editor dialog. -->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:chrome="http://schemas.android.com/apk/res-auto" >
+ xmlns:chrome="http://schemas.android.com/apk/res-auto"
+ android:background="@android:color/white" >
<!-- Toolbar -->
<org.chromium.chrome.browser.payments.ui.EditorDialogToolbar
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698