Searched refs:gotItButton (Results 1 – 1 of 1) sorted by relevance
48 private val gotItButton by lazy { requireViewById<Button>(R.id.got_it) } in <lambda>() constant85 gotItButton.setBackgroundDrawable(ColorDrawable(buttonColor)) in setButtonColor()119 gotItButton.setOnClickListener { hide() } in show()