Skydoves ExpandableLayout Versions Save

🦚 An expandable layout that shows a two-level layout with an indicator.

1.0.7

3 years ago

🎉 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

3 years ago

🎉 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

4 years ago

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

4 years ago

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

4 years ago

Released version 1.0.3.

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

1.0.2

4 years ago

Released version 1.0.2.

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

1.0.1

4 years ago

Released version 1.0.1.

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

1.0.0

4 years ago

Published the first verison 1.0.0.