SimpleSearchBarView

class SimpleSearchBarView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : ConstraintLayout

Custom view that provides a simple search bar UI. It launches SearchActivity when clicked.

See also

Constructors

Link copied to clipboard
@JvmOverloads
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)