Package-level declarations

Types

Link copied to clipboard
open class TtListLinearLayout<T>(context: Context, attrs: AttributeSet?) : LinearLayout

A generic LinearLayout that can present UI elements which are dynamically bound to items. Logic for inflating and binding the layout to the content must be provided by a ttViewProvider.

Link copied to clipboard
open class TtListTableLayout<T>(context: Context, attrs: AttributeSet?) : TableLayout

A generic TableLayout that can present UI elements which are dynamically bound to items. Logic for inflating and binding the layout to the content must be provided by a ttViewProvider.