ExpandableLayout
ExpandableLayout copied to clipboard
Expandable ExpandedLinearLayout object height
Is it possible to know programmatically the height of the ExpandedLinearLayout object when it expands? The LayoutSize property is not available programmatically. Thanks
Can we not do following:
if (expandableLayout.isExpanded()) {//u get this from ExpandableLinearLayout api expandableLayout.getHeight();//since it is sub class of View }