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

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

Issue 2761583002: Make FadingEdgeScrollView more generic (Closed)
Patch Set: Make FadingEdgeScrollView more generic Created 3 years, 9 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_request.xml
diff --git a/chrome/android/java/res/layout/payment_request.xml b/chrome/android/java/res/layout/payment_request.xml
index 10073e63caad1ea407a77301ec29585c90b45c4e..52e075cc6a21b662c31b0c725e1644c188046237 100644
--- a/chrome/android/java/res/layout/payment_request.xml
+++ b/chrome/android/java/res/layout/payment_request.xml
@@ -17,7 +17,7 @@
<include layout="@layout/payment_request_header" />
<include layout="@layout/payment_request_spinny" />
- <org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView
+ <org.chromium.chrome.browser.widget.FadingEdgeScrollView
android:id="@+id/option_container"
android:layout_height="0dp"
android:layout_width="match_parent"
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:orientation="vertical" />
- </org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
+ </org.chromium.chrome.browser.widget.FadingEdgeScrollView>
<include layout="@layout/payment_request_bottom_bar" />
« no previous file with comments | « chrome/android/java/res/layout/autofill_editor_base.xml ('k') | chrome/android/java/res/layout/payment_request_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698