Skip to content

Releases: skydoves/ExpandableLayout

1.0.7

12 May 14:16
e67c754
Compare
Choose a tag to compare

馃帀 Released a new version 1.0.7! 馃帀

What's New?

  • Added toggleLayout() function for expanding or collapsing against the state of the collapsed or not.
  • Added isExpanding and isCollapsing properties.
  • Updated example codes for maintaining expanded or collapsed states in RecyclerView.
  • Remove kotlin-android-extensions plugin internally.
  • Added missing overshoot animation on expandable_animation attribute.
  • Refactored internal codes.

1.0.6

14 Aug 16:36
7fdd61b
Compare
Choose a tag to compare

馃帀 Released a new version 1.0.6! 馃帀

What's New?

  • Use ViewBinding instead of Kotlin synthetic for improving performance.
  • Fix spinner color doesn't change by property. (#12)
  • Inflating error (Measuring of RelativeLayout, Android SDK internal error) fixed. (#13)
  • Spinner margin doesn't work when the layout is RTL. (#14)

1.0.5

04 Apr 23:11
6e3b146
Compare
Choose a tag to compare

Released a new version 1.0.5.

What's new?

  • Fixed measuring the second layout's size issue #5
  • The parent and second layout can be a View instead of a ViewGroup.

1.0.4

06 Mar 13:06
14e16ae
Compare
Choose a tag to compare

It is released a new version 1.0.4.

We can change the spinner's color using the below attribute.

app:expandable_spinner_color="@color/md_amber_700"`.

1.0.3

02 Nov 05:14
f5ba4bf
Compare
Choose a tag to compare

Released version 1.0.3.

Implemented show() functionality with no arguments for supporting Java language.

1.0.2

30 Oct 04:40
64c9610
Compare
Choose a tag to compare

Released version 1.0.2.

  • Make clear view hierarchy. (#3)
  • Implemented ExpandableAnimation functionality.

1.0.1

03 Oct 18:19
ae1a49b
Compare
Choose a tag to compare

Released version 1.0.1.

Fixed: measuring the second layout's height dynamically when a RecyclerView used in. (#2)

1.0.0

29 Sep 08:55
e3301f2
Compare
Choose a tag to compare

Published the first verison 1.0.0.