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

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

Issue 2761583002: Make FadingEdgeScrollView more generic (Closed)
Patch Set: 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/autofill_editor_base.xml
diff --git a/chrome/android/java/res/layout/autofill_editor_base.xml b/chrome/android/java/res/layout/autofill_editor_base.xml
index f948e42b3495a12f8c95401aa9d2659d472f8d4f..be4ceac335ce38ecbf686220f97eed623b5042eb 100644
--- a/chrome/android/java/res/layout/autofill_editor_base.xml
+++ b/chrome/android/java/res/layout/autofill_editor_base.xml
@@ -6,7 +6,7 @@
<!-- Base layout for Autofill editors.
Editor fields are expected to be added to the LinearLayout inside of the ScrollView.
-->
-<org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView
+<org.chromium.chrome.browser.widget.FadingEdgeScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scroll_view"
android:layout_width="match_parent"
@@ -23,4 +23,4 @@
android:paddingEnd="@dimen/pref_autofill_content_spacing"
android:orientation="vertical" />
-</org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
+</org.chromium.chrome.browser.widget.FadingEdgeScrollView>

Powered by Google App Engine
This is Rietveld 408576698