Package-level declarations
Types
Link copied to clipboard
class RecyclerTabLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : RecyclerView
Implementation of a tab layout using a recycler view. This view shows the indicator like tab layout with the corresponding animations, however, views are populated like in any recycler view, allowing view recycling and a much larger number of views. Hence, this implementation is more memory efficient than TabLayout for large number of views.