Closed xellDart closed 2 years ago
There is news on this issue?
@OneXeor @xperiafan13-rom I am working on it! Will be able to fix it soon
@amarjain07 hi) How you can fix the problem with ViewPager? Example, if for ScrollView set fillViewport=true then ScrollView don't work/scroll.
in StickyScrollView class a method called freeFooter() make a small change then that will work fine @Override public void freeFooter() { Log.e("freeFooter", String.valueOf(stickyFooterView)); if (stickyFooterView != null) {
// stickyFooterView.setTranslationY(0);
}
}
try this out
Any news on the issue? Still not work with ViewPager
Fixed in v1.0.3
with viewpager not work.... view pager have 0 dep and not show her my code layout <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">