ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Expandable ExpandedLinearLayout object height

Open andyunoone opened this issue 6 years ago • 1 comments

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

andyunoone avatar Feb 08 '19 09:02 andyunoone

Can we not do following:

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

zzxoto avatar Apr 22 '19 02:04 zzxoto