Package-level declarations

Types

Link copied to clipboard
sealed class TtDivider : View

The base class for a divider view implementation.

Link copied to clipboard
class TtDividerItemDecoration @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.tt_divider_style, orientation: Int = VERTICAL) : RecyclerView.ItemDecoration

A divider used for RecyclerView.

Link copied to clipboard
class TtHorizontalDivider @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.tt_divider_style) : TtDivider

A horizontal divider view.

Link copied to clipboard
class TtVerticalDivider @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.tt_divider_style) : TtDivider

A vertical divider view.