Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Bind Android TextView to Click event with MvvmCross

Is it possible to Bind Android TextView to Click event with MvvmCross? Or as alternative make a button which looks like TextView?

like image 443
Alexey Strakh Avatar asked Dec 11 '22 10:12

Alexey Strakh


1 Answers

It is turned out that TextView can be bound same way as Button

local:MvxBind="Click DoCommand"
like image 171
Alexey Strakh Avatar answered Dec 21 '22 11:12

Alexey Strakh