summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
author Zemiao Zhu <zemiao@google.com> 2021-04-09 13:58:03 -0700
committer Zemiao Zhu <zemiao@google.com> 2021-04-09 13:59:05 -0700
commit10bf4f0e75d0bae7fc68625ea932ebb05490fd03 (patch)
treeb628dfb517f3a1d2dc8ef3e3a285ab3a7938cbbb /res/layout
parent3c7e8bf1efd3431d1c40e27c69847d336ce64ac3 (diff)
Enable overscroll effect on RecyclerViews.
Bug: 184972529 Test: manual Change-Id: I3fa639ad12285b6d2b86c6fbbb299fecf13e2d6d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/fragment_directory.xml1
-rw-r--r--res/layout/inspector_activity.xml1
-rw-r--r--res/layout/search_chip_row.xml1
3 files changed, 0 insertions, 3 deletions
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"/>
</com.android.documentsui.dirlist.DocumentsSwipeRefreshLayout>
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">
<FrameLayout