Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nested scroll beahviour is not acheived. #163

Open
mchunalli opened this issue Nov 15, 2016 · 1 comment
Open

nested scroll beahviour is not acheived. #163

mchunalli opened this issue Nov 15, 2016 · 1 comment

Comments

@mchunalli
Copy link

mchunalli commented Nov 15, 2016

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.

@henrytao-me
Copy link
Owner

Can you post your layout and describe a bit about how you manage content of NestedScrollView?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants