Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwipeRefreshLayout doesn't work with this library #14

Open
foxwoosh opened this issue Mar 26, 2018 · 1 comment
Open

SwipeRefreshLayout doesn't work with this library #14

foxwoosh opened this issue Mar 26, 2018 · 1 comment

Comments

@foxwoosh
Copy link

<android.support.v4.widget.SwipeRefreshLayout
        android:id="@+id/sr_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/toolbar">

        <com.chauthai.overscroll.RecyclerViewBouncy
            android:id="@+id/rv_results"
            android:clipToPadding="false"
            android:scrollbars="vertical"
            android:scrollbarThumbVertical="@color/orange_juice_80"
            android:scrollbarSize="2dp"
            android:scrollbarStyle="outsideOverlay"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:paddingBottom="75dp"
            app:tension="1000"
            app:friction="200"
            app:gapLimit="50"/>
    </android.support.v4.widget.SwipeRefreshLayout>

Well, my SwipeRefreshLayout doesn't make any sense since I've implemented this library :) Any advices or is there's a bug? Thanks.

@keremkusmezer
Copy link

Same for me looks like it is overriding the same scroll effects so it is not compitable at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants