summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
author Zemiao Zhu <zemiao@google.com> 2021-04-12 17:00:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-04-12 17:00:25 +0000
commit85f4531d7f6f204ab4090d8b7ad5675fa19f33e8 (patch)
tree6b0328442efe630082c52c01b8167af194566982 /res/layout
parentb999c92394cd1ef7011e6a6cbd34713296a20c22 (diff)
parent10bf4f0e75d0bae7fc68625ea932ebb05490fd03 (diff)
Merge "Enable overscroll effect on RecyclerViews." into mainline-prod
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