Android-ObservableScrollView icon indicating copy to clipboard operation
Android-ObservableScrollView copied to clipboard

About Flexible Space ObservableGridView

Open parkjinseok0828 opened this issue 10 years ago • 1 comments

I try step...

  1. compile 'com.github.ksoichiro:android-observablescrollview:1.5.2'
  2. ObservableGridView gridview;

View paddingView = new View(getActivity()); gridview.addHeaderView(paddingView); <-- error addHeaderView() not defind to ObservableGridView 1.5.2 version Please check it. Thanks.

parkjinseok0828 avatar Jul 03 '15 04:07 parkjinseok0828

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

check this out.

marshallino16 avatar Aug 20 '15 10:08 marshallino16