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

Commit 85f4531d authored by Zemiao Zhu's avatar Zemiao Zhu Committed by Android (Google) Code Review
Browse files

Merge "Enable overscroll effect on RecyclerViews." into mainline-prod

parents b999c923 10bf4f0e
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