Henry Tao
Henry Tao
Based on your implementation, do you think there are any differences between your code and the demo code? It's better if either I can have access to your repo or...
Hi @suhaibroomy If you want to support fitSystemWidnows, Please check out branch `issue-114` or see my commit above.
Hi @suhaibroomy If you remove `android:fitsSystemWindows` in `RecyclerView`, everything works fine except some extra space in the header of RecyclerView (which equals statusbar height). This issue is also appeared in...
Hi @suhaibroomy I can help to look into your code if we can arrange a time. What's your timezone? Mine is GMT+7. Let's do teamviewer then.
Hi @borgwald Please use `smooth-appbar-layout:24.1.1.0` ;)
Sure. @suhaibroomy I couldn't reproduce in sample app. Still dont know why. I am very appreciate if you can help.
Hi @suhaibroomy Let's verify this issue together. I am up for a call via Hangout tomorrow, around 8 PM to 9 PM (GMT + 7) which is 6:30 PM to...
Hi all, I still don't have any updates yet. Sorry about that.
Hi @borgwald @suhaibroomy Please try out latest version. I fixed it. Thanks to @teddychoi for reporting issue with sample project here. https://github.com/henrytao-me/smooth-app-bar-layout/issues/139 Turn out, it's an issue with RecyclerView. `onScrolling`...
Hi @huyn This is by design. SmoothAppBarLayout uses different approach compared to AppBarLayout. This is it limitation. I will try to improve it in next release. Thanks