ksoichiro / Android-ObservableScrollView

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

About Flexible Space ObservableGridView #165

Open parkjinseok0828 opened 9 years ago

parkjinseok0828 commented 9 years ago

I try step...

  1. compile 'com.github.ksoichiro:android-observablescrollview:1.5.2'
  2. ObservableGridView gridview;
  3. View paddingView = new View(getActivity()); gridview.addHeaderView(paddingView); <-- error addHeaderView() not defind to ObservableGridView 1.5.2 version Please check it. Thanks.

marshallino16 commented 9 years ago

I solved this issue with this : https://github.com/ksoichiro/Android-ObservableScrollView/issues/148

check this out.