Jacek

Results 29 comments of Jacek

I reproduced it at sample project just by modyfing activity_main.xml quickly: ``` ````

Did further investigation and looks like it's related to one of these, which are newer in mine: - ANDROID_BUILD_SDK_VERSION=29 - distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip - implementation 'androidx.appcompat:appcompat:1.2.0'

+1 for `MaterialViewPagerHelper.getAnimator(getActivity()).onMaterialScrolled(null, 0).animate(true);` Placing empty view in the small tab is not an option because it's an empty view and the user would have to scroll manually anyway ;)

So how are we supposed to handle this in 1.0.5.3? Btw I just noticed that when I scrolled up my list a bit, so the tabs got pushed up a...