ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

ParallaxToolbarListViewActivity ‘s Head #218

Closed eling13 closed 8 years ago

eling13 commented 8 years ago

In ParallaxToolbarListViewActivity. I want to change ImageHead to RelativeLayout,and In RelativeLayout, I add some Imageview,ImageButton, set OnclickListenr. and then ,the ClickListenr dose't work. How can I do?

eling13 commented 8 years ago

Yes. I sorry I forgetting the FrameLayout feature. I put the RelativeLayout under the ListView, It did work.