AAkira / ExpandableLayout

[Deprecated] An android library that brings the expandable layout with various animation. You can include optional contents and use everywhere.
Apache License 2.0
1.65k stars 325 forks source link

Fix init layout #89

Closed AAkira closed 8 years ago

AAkira commented 8 years ago

You have to call ExpandableLinarLayout.initLayout() if container size is changed.

Fix #84 Close #66

expilu commented 8 years ago

When will version 1.6.0 with this fix be released?

AAkira commented 8 years ago

@expilu I'm sorry for the delay. I released 1.6.0 now, please check it.

expilu commented 8 years ago

It works perfect now. Thanks! ;)

hshahdoost commented 6 years ago

Is there a reason for initLayout only existing in ExpandableLinearLayout and not in ExpandableRelativeLayout?