Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

ConstraintLayout inside NestedScrollView #43

Open
iamdeveloper-lopez opened this issue Feb 13, 2018 · 6 comments
Open

ConstraintLayout inside NestedScrollView #43

iamdeveloper-lopez opened this issue Feb 13, 2018 · 6 comments

Comments

@iamdeveloper-lopez
Copy link

iamdeveloper-lopez commented Feb 13, 2018

ConstraintLayout inside NestedScrollView add a space, example if you create a views inside your layout the height of all the views is the space added in the below of that constraint. Can explain why is this happening ? And what is the workaround to this issue.

This is same with this one : https://stackoverflow.com/q/43501646/4439129

This is over a year ago and still not yet fixed.

@ibracero
Copy link

I had de same issue. I implemented a custom view with a ConstraintLayout as a root. When you put it in a Scroll view it's adding like a margin of the same height than the last view in the nested layout.

@gowthamgts
Copy link

gowthamgts commented Sep 12, 2018

Is this fixed? I'm still facing this problem.

@4shadowr
Copy link

4shadowr commented Nov 9, 2018

Having same issue with ConstraintLayout inside NestedScrollView

@Sudhakaraks03
Copy link

Same Issue Here as well please notify me if anyone has solution to this
Thanks.

@omhack
Copy link

omhack commented Jan 25, 2021

Has anyone a workaround for this?

@nils-trubkin
Copy link

android:fillViewport="true" on the NestedScrollView solved it for me

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

No branches or pull requests

7 participants