indicatorscrollview / com.skydoves.indicatorscrollview

Package com.skydoves.indicatorscrollview

Types

IndicatorItem

class IndicatorItem

IndicatorItem is an item data for composing the IndicatorView.

IndicatorScrollView

class IndicatorScrollView : NestedScrollView, OnScrollChangeListener

IndicatorScrollView is a scrollView for reacting with IndicatorView when scroll is changed. Extends NestedScrollView.

IndicatorView

class IndicatorView : FrameLayout, OnScrollChangedListener

IndicatorView is an indicator layout for reacting with IndicatorScrollView when the scroll is changed.

Annotations

IndicatorItemDsl

annotation class IndicatorItemDsl

IndicatorViewDsl

annotation class IndicatorViewDsl

Functions

indicatorItem

fun indicatorItem(target: View, block: IndicatorItem.Builder.() -> Unit): IndicatorItem

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

indicatorView

fun indicatorView(context: Context, block: IndicatorView.Builder.() -> Unit): IndicatorView

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