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

doesn't work with SwipeRefreshLayout #55

Open
wy900416 opened this issue Jan 19, 2016 · 3 comments
Open

doesn't work with SwipeRefreshLayout #55

wy900416 opened this issue Jan 19, 2016 · 3 comments

Comments

@wy900416
Copy link

When I put RecyclerViewFastScroller inside android.support.v4.widget.SwipeRefreshLayout, I find RecyclerViewFastScroller disappear. Does anyone have the same issue as mine?

@balazsgerlei
Copy link

Hi!
I do use it inside a SwipeRefreshLayout and it does work.
My layout roughly looks like this:

<android.support.v4.widget.SwipeRefreshLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <android.support.v7.widget.RecyclerView
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:scrollbars="vertical"/>

</android.support.v4.widget.SwipeRefreshLayout>

<xyz.danoz.recyclerviewfastscroller.vertical.VerticalRecyclerViewFastScroller
      android:layout_width="26dp"
      android:layout_height="match_parent"
      android:layout_alignParentEnd="true"
      android:layout_alignParentRight="true"/>

@wy900416
Copy link
Author

Thank you! It solved my problem. 👍

@liya7907
Copy link

liya7907 commented Aug 1, 2017

yes,it works

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

3 participants