I have set a couple of TextView
s to call a method using the XML OnClick
parameter. It works fine on a Lollipop device but it doesn't work on KitKat or older Android versions.
Why does it happen? Is there a way I can solve it without setting listeners for each view id?