SeslIndicator
class SeslIndicator @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : LinearLayout(source)
SeslIndicator is a layout that displays a series of dots, representing pages or items in a ViewPager or similar component. It allows users to visually track their position and navigate between pages.
This class was added in sesl7.
Parameters
context
The Context the view is running in, through which it can access the current theme, resources, etc.
attrs
The attributes of the XML tag that is inflating the view.
defStyleAttr
An attribute in the current theme that contains a reference to a style resource that supplies default values for the view. Can be 0 to not look for defaults.
Types
Link copied to clipboard
Link copied to clipboard
class PageIndicatorMarker @JvmOverloads constructor(context: Context, attributeSet: AttributeSet? = null) : FrameLayout