parent
5024998a6f
commit
b4c572678c
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class KeyboardPageSearchView @JvmOverloads constructor(
|
|||
}
|
||||
|
||||
clearButton.setOnClickListener { clearQuery() }
|
||||
clearButton.isClickable = false
|
||||
|
||||
context.obtainStyledAttributes(attrs, R.styleable.KeyboardPageSearchView, 0, 0).use { typedArray ->
|
||||
val showAlways: Boolean = typedArray.getBoolean(R.styleable.KeyboardPageSearchView_show_always, false)
|
||||
|
|
Loading…
Add table
Reference in a new issue