Package com.skydoves.expandablelayout

Types

ExpandableAnimation
Link copied to clipboard
enum ExpandableAnimation : Enum<ExpandableAnimation>
ExpandableAnimation is an animation attribute of the expanding and collapsing.
ExpandableLayout
Link copied to clipboard
class ExpandableLayout @JvmOverloads() constructor(context: Context, attributeSet: AttributeSet?, defStyle: Int) : FrameLayout
An expandable layout that shows a two-level layout with an indicator.
OnExpandListener
Link copied to clipboard
fun fun interface OnExpandListener
Interface definition for a callback to be invoked when a ExpandableLayout is expanded or collapsed.
SpinnerGravity
Link copied to clipboard
enum SpinnerGravity : Enum<SpinnerGravity>
SpinnerOrientation determines an gravity of the rotating arrow.

Functions

expandableLayout
Link copied to clipboard
inline fun Context.expandableLayout(block: ExpandableLayout.Builder.() -> Unit): ExpandableLayout
creates an instance of ExpandableLayout by ExpandableLayout.Builder using kotlin dsl.