summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
author Zemiao Zhu <zemiao@google.com> 2021-04-12 17:45:40 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-04-12 17:45:40 +0000
commitbaf6b7771e708f6a0f664de04343e057c2080186 (patch)
treebc7a950f06cf1337625937813753303bb0c6e04c /res/layout
parentc46ca9911f6a19537721275863d01c481e745205 (diff)
parent85f4531d7f6f204ab4090d8b7ad5675fa19f33e8 (diff)
Merge "Enable overscroll effect on RecyclerViews." into mainline-prod am: 85f4531d7f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/14142431 Change-Id: I99405c14eba596c295bd3f4cfd52bc6d5c347702
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