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

Expandable ExpandedLinearLayout object height #139

Open
andyunoone opened this issue Feb 8, 2019 · 1 comment
Open

Expandable ExpandedLinearLayout object height #139

andyunoone opened this issue Feb 8, 2019 · 1 comment

Comments

@andyunoone
Copy link

andyunoone commented Feb 8, 2019

Is it possible to know programmatically the height of the ExpandedLinearLayout object when it expands?
The LayoutSize property is not available programmatically.
Thanks

@zzxoto
Copy link

zzxoto commented Apr 22, 2019

Can we not do following:

if (expandableLayout.isExpanded()) {//u get this from ExpandableLinearLayout api
expandableLayout.getHeight();//since it is sub class of View
}

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