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

Unified Diff: chrome/android/java/res/layout/payment_request_editor.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
« no previous file with comments | « chrome/android/java/res/layout/payment_request.xml ('k') | chrome/android/java/res/values/dimens.xml » ('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 7707c739a24ade2fe3d2b4a7bd1d28f21012d6d7..ce2a65f68937680237941fa009cfe0c6dec089a5 100644
--- a/chrome/android/java/res/layout/payment_request_editor.xml
+++ b/chrome/android/java/res/layout/payment_request_editor.xml
@@ -20,7 +20,7 @@
android:background="@color/dark_action_bar_color" />
<!-- All the page content in scrollable form. -->
- <org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView
+ <org.chromium.chrome.browser.widget.FadingEdgeScrollView
android:id="@+id/scroll_view"
android:layout_height="0dp"
android:layout_width="match_parent"
@@ -37,7 +37,7 @@
android:paddingEnd="@dimen/pref_autofill_content_spacing"
android:orientation="vertical" />
- </org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
+ </org.chromium.chrome.browser.widget.FadingEdgeScrollView>
<!-- Shadow overlaps the FadingEdgeScrollView. -->
<org.chromium.chrome.browser.widget.FadingShadowView
« no previous file with comments | « chrome/android/java/res/layout/payment_request.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698