Skip to content

v1.4.0

Compare
Choose a tag to compare
@AAkira AAkira released this 03 Nov 06:57
· 114 commits to master since this release

Modification

Add attributes

You can use these attributes only ExpandableRelativeLayout.

  • ael_defaultChildIndex
    • The layout is expanded at index of child view.
  • ael_defaultPosition
    • The layout is expanded at the position.

Attention

You cannot define isExpanded, defaultChildIndex, defaultChildPosition at the same time.
defaultChildPosition has priority over isExpanded and defaultChildIndex if you set them at the same time.

Add an option at initialize the layout

I add a option which the size is maintained to initLayout.

Bug fix

I fixed the problem which the state of expanse is wrong when it recycles.