recruit-lifestyle / WaveSwipeRefreshLayout

http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/
Apache License 2.0
1.92k stars 379 forks source link

refresh from bottom? #8

Closed MohsenShafiee closed 9 years ago

MohsenShafiee commented 9 years ago

thanks for this beautiful library :) is it possible to refresh a list from bottom of it?

amyu commented 9 years ago

Thanks!

It is not possible to refresh a list from bottom of this library... This Library is expressed an animation that water droplets fall. So I did not implement it. If necessary, I think I try to implement when there is a time.

Thank you.

MohsenShafiee commented 9 years ago

I have another question! would you please help me to remove the line behind the appbar and recycler view? I mean this shadow: screenshot_2015-09-07-21-02-38

and this is my testapp: https://github.com/TheLoyalCruel/TestApp please take a look... thanks a million :)

amyu commented 9 years ago

Thanks!

Let me check and get back to you as soon as possible!

amyu commented 9 years ago

I understood it.

It is problem of TabLayout. If you build API 21↓, you can see no shadow. But if you build API21↑ , you can see shadow of TabLayout!

This problem is my unruly. Sorry.

amyu