Releases: Stjin/ExpandableCardView
Releases · Stjin/ExpandableCardView
1.3.1
1.3.0-beta02
Changed the startExpanded function to always animate after 200ms
1.3.0-beta01
Added the ability to override switch style.
In your app just create a style called overrideExpandableCardViewSwitch
with your customizations
1.2.2
1.2.1
1.2.0
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
Optimized hiding switch
1.2.0-beta05
Optimized calculating height and getting rid of app:fullHeight="true"
1.2.0-beta04
Added ability to disable the switch programmatically with setSwitchEnabled(boolean)
1.2.0-beta03
Made .expand() and .collapse public