| 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
|
|
|