I'm trying to implement the clickable in the textview, I've already put the android:clickable="true"
, but only with that I did not succeed. Does anyone know of any efficient methods?
Just use Click
binding as in Button
local:MvxBind="Click ClickCommand"