Search code examples
androidvisual-studioxamarinmvvmcross

How to make Clickable on TextView for Xamarin.Droid


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?


Solution

  • Just use Click binding as in Button

    local:MvxBind="Click ClickCommand"