From 10bf4f0e75d0bae7fc68625ea932ebb05490fd03 Mon Sep 17 00:00:00 2001 From: Zemiao Zhu Date: Fri, 9 Apr 2021 13:58:03 -0700 Subject: Enable overscroll effect on RecyclerViews. Bug: 184972529 Test: manual Change-Id: I3fa639ad12285b6d2b86c6fbbb299fecf13e2d6d --- res/layout/fragment_directory.xml | 1 - res/layout/inspector_activity.xml | 1 - res/layout/search_chip_row.xml | 1 - 3 files changed, 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/fragment_directory.xml b/res/layout/fragment_directory.xml index dda841205..015039a6a 100644 --- a/res/layout/fragment_directory.xml +++ b/res/layout/fragment_directory.xml @@ -49,7 +49,6 @@ android:clipToPadding="false" android:scrollbars="none" android:drawSelectorOnTop="true" - android:overScrollMode="never" app:fastScrollEnabled="false"/> diff --git a/res/layout/inspector_activity.xml b/res/layout/inspector_activity.xml index df28d4968..8763351c9 100644 --- a/res/layout/inspector_activity.xml +++ b/res/layout/inspector_activity.xml @@ -68,7 +68,6 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:overScrollMode="never" app:behavior_overlapTop="10dp" app:layout_behavior="@string/appbar_scrolling_view_behavior"> diff --git a/res/layout/search_chip_row.xml b/res/layout/search_chip_row.xml index 9917bc5ac..ad0ac43c8 100644 --- a/res/layout/search_chip_row.xml +++ b/res/layout/search_chip_row.xml @@ -18,7 +18,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:overScrollMode="never" android:scrollbars="none">