class DoubleLiftLayout : FrameLayout
DoubleLiftLayout expands and collapses a layout's horizontal and vertical sequentially. |
|
enum class LiftStartOrientation
LiftStartOrientation is an orientation attribute of the starting lift. |
|
interface OnExpandListener
Interface definition for a callback to be invoked when a DoubleLiftLayout is lifted or not. |
annotation class DoubleLiftLayoutDsl |
fun doubleLiftLayout(context: Context, block: DoubleLiftLayout.Builder.() -> Unit): DoubleLiftLayout
creates an instance of DoubleLiftLayout by DoubleLiftLayout.Builder using kotlin dsl. |