noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

Compatibility with SwipeRefreshLayout #30

Closed squeeish closed 7 years ago

squeeish commented 8 years ago

Does this work with the support library's SwipeRefreshLayout? :)

noties commented 8 years ago

I don't see a reason why it won't :). I tested SwipeRefreshLayout included in the view under header & it worked. I didn't test wrapping ScrollableLayout inside SwipeRefreshLayout though...

squeeish commented 8 years ago

I'm in the midst of implementing it. WIll update this thread if it works for ScrollableLayout inside a SwipeRefreshLayout.