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 crash index out of bounds #90

Closed AAkira closed 8 years ago

AAkira commented 8 years ago

Throw IllegalStateException if the ExpandableLinearLayout doesn't have a child. You should use the ExpandableRelativeLayout if you want to only expand a view.

fix #82