Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baf6b777 authored by Zemiao Zhu's avatar Zemiao Zhu Committed by Automerger Merge Worker
Browse files

Merge "Enable overscroll effect on RecyclerViews." into mainline-prod am: 85f4531d

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/14142431

Change-Id: I99405c14eba596c295bd3f4cfd52bc6d5c347702
parents c46ca991 85f4531d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@
            android:clipToPadding="false"
            android:scrollbars="none"
            android:drawSelectorOnTop="true"
            android:overScrollMode="never"
            app:fastScrollEnabled="false"/>

    </com.android.documentsui.dirlist.DocumentsSwipeRefreshLayout>
+0 −1
Original line number Diff line number Diff line
@@ -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">

+0 −1
Original line number Diff line number Diff line
@@ -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