Skip to content

Releases: Stjin/ExpandableCardView

1.3.1

Choose a tag to compare

@Stjin Stjin released this 09 Jul 17:01
  • Update kotlin dependency version
  • Fix icon not showing issue (4a9550d)

1.3.0-beta02

Choose a tag to compare

@Stjin Stjin released this 01 Mar 13:03

Changed the startExpanded function to always animate after 200ms

1.3.0-beta01

Choose a tag to compare

@Stjin Stjin released this 28 Feb 18:05

Added the ability to override switch style.
In your app just create a style called overrideExpandableCardViewSwitch with your customizations

1.2.2

Choose a tag to compare

@Stjin Stjin released this 27 Feb 19:04

Minor fixes in title size

1.2.1

Choose a tag to compare

@Stjin Stjin released this 26 Feb 18:43

Added app:expandableCardColor attribute for styling
Switched to dimensions
please keep this in mind when updating the library in your project
Updated gradle

1.2.0

Choose a tag to compare

@Stjin Stjin released this 16 Feb 14:42

Fixed daynight color for arrow icon (issue AleSpero/ExpandableCardView#49)
Added ability to disable the switch programmatically with setSwitchEnabled(boolean)
fixed AleSpero/ExpandableCardView#9 with a new attribute (for now)

1.2.0-beta06

Choose a tag to compare

@Stjin Stjin released this 10 Feb 15:52

Optimized hiding switch

1.2.0-beta05

Choose a tag to compare

@Stjin Stjin released this 09 Feb 14:31

Optimized calculating height and getting rid of app:fullHeight="true"

1.2.0-beta04

Choose a tag to compare

@Stjin Stjin released this 09 Feb 11:47

Added ability to disable the switch programmatically with setSwitchEnabled(boolean)

1.2.0-beta03

Choose a tag to compare

@Stjin Stjin released this 08 Feb 11:28

Made .expand() and .collapse public