You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello~
I used the customeNestedScrollView with SmoothAppBarLayout
Since both layout has a android:paddingTop="255dp" ,
As per guidence, I have not set the app:layout_behavior="@string/appbar_scrolling_view_behavior"
If layout_behavior not set, it just scroll vertically. no collapsing or nested scroll behaviour seen.
If I set layout_behavior="@string/appbar_scrolling_view_behavior" then I see "nested scroll" and collapsing behavior hapens.
but the padding area in customeNestedScrollView is empty and scroll is not stable.
The demo app works fine, but when I use this code with my application, I have the above said experience.
any hint or suggestion will help me lot.
Also whats the significance of ButterKnife.bind(this);
If I intialize manually does it have any issues?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello~
I used the customeNestedScrollView with SmoothAppBarLayout
Since both layout has a android:paddingTop="255dp" ,
As per guidence, I have not set the app:layout_behavior="@string/appbar_scrolling_view_behavior"
If layout_behavior not set, it just scroll vertically. no collapsing or nested scroll behaviour seen.
If I set layout_behavior="@string/appbar_scrolling_view_behavior" then I see "nested scroll" and collapsing behavior hapens.
but the padding area in customeNestedScrollView is empty and scroll is not stable.
The demo app works fine, but when I use this code with my application, I have the above said experience.
any hint or suggestion will help me lot.
Also whats the significance of ButterKnife.bind(this);
If I intialize manually does it have any issues?
Thank you.
The text was updated successfully, but these errors were encountered: