Releases: Stjin/ExpandableCardView
Releases · Stjin/ExpandableCardView
1.2.0-beta02
Fixed daynight color for arrow icon (issue AleSpero/ExpandableCardView#49)
1.2.0-beta01
Cleaned code a bit
Attempt to fix: AleSpero/ExpandableCardView#9 with a new attribute (for now)
This is a beta
This is a beta, introducing app:fullHeight
as a workaround for the Innerview issue
I hope to fix this in the future and might remove this attribute
1.1.4
1.1.3
1.1.2
Switches are here! And they are super cool!
Switches are here! And they are super cool!
use app:showSwitch="true"
to show a Materialswitch when a card is collapsed.
You can listen to the state of the switch with
card.setOnSwitchChangeListener { view, isChecked ->
Toast.makeText(applicationContext, if(isChecked) "Checked!" else "Not checked!", Toast.LENGTH_SHORT).show()
}
Added more styling for titles
app:expandableCardTitleColor="@color/colorAccent"
app:expandableCardTitleBold="true"
app:expandableCardTitleSize="30"
1.1
1.0! With more styling and Material components
-
Added styling for:
- Elevation
- Arrow color
- Radius
- Stroke width/color
- Enable/Disable ripple -
Using MaterialCardView
-
Updated libs
-
Cleaned a bit