liaohuqiu / android-Ultra-Pull-To-Refresh

Ultra Pull to Refresh for Android. Support all the views.
MIT License
9.58k stars 2.65k forks source link

How I can user this with a CoordinatorLayout ? #204

Open XiaoLongTX opened 8 years ago

XiaoLongTX commented 8 years ago

I have try to use CoordinatorLayout with PtrFrameLayout ,but PtrFrameLayout in CoordinatorLayout or CoordinatorLayout in PtrFrameLayout not work ,please help!!!

liuxiangtian commented 8 years ago

generally speaking,you need know the principle of CoordinatorLayout in dispatching the touchevent, then you can coordinate the two.

XiaoLongTX commented 8 years ago

So if I want use PtrFrameLayout with CoordinatorLayout,I need to resolve the touchevent problem ?Can you make it easier in PtrFrameLayout?

liuxiangtian commented 8 years ago

you should post a problem with details like #207