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

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

Issue 1931233002: Implement PaymentRequestUpdateEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit-shipping
Patch Set: Created 4 years, 8 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_option_line.xml
diff --git a/chrome/android/java/res/layout/payment_option_line.xml b/chrome/android/java/res/layout/payment_option_line.xml
index 4a3a8cbf2b9fad3da4526055a6430d34b042ee28..c669e85bccaad611cfb70cf47c4f18897ea4e4fc 100644
--- a/chrome/android/java/res/layout/payment_option_line.xml
+++ b/chrome/android/java/res/layout/payment_option_line.xml
@@ -6,6 +6,7 @@
found in the LICENSE file.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/paymentOptionLine"
android:layout_height="wrap_content"
android:layout_width="match_parent">

Powered by Google App Engine
This is Rietveld 408576698