I can’t use …main.company_dialog.* when I am tryin...
# android
k
I can’t use …main.company_dialog.* when I am trying to set a listener with code like this:
Copy code
setListener(object : Listener {
  textView1.setText(…)
})