expandablelayout / com.skydoves.expandablelayout

Package com.skydoves.expandablelayout

Types

ExpandableLayout

class ExpandableLayout : FrameLayout

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

OnExpandListener

interface OnExpandListener

Interface definition for a callback to be invoked when a balloon view is clicked.

Annotations

ExpandableLayoutDsl

annotation class ExpandableLayoutDsl

Functions

expandableLayout

fun expandableLayout(context: Context, block: Builder.() -> Unit): ExpandableLayout

creates an instance of ExpandableLayout by ExpandableLayout.Builder using kotlin dsl.