Skip to content Skip to sidebar Skip to footer

Nutiteq: Button Resp. Clickable Views Not Working In Custom Viewlabel

I am able to make a fully customized ViewLabel in Android nutiteq, defining layout design and sizes. However, clickable Views are not working as expected. First I tried to make the

Solution 1:

If I understand correctly, you want all clicks to be forwarded to the view inside the label? ViewLabel has method for this: setTouchHandlingMode. Simply call viewLabel.setTouchHandlingMode(true).


Post a Comment for "Nutiteq: Button Resp. Clickable Views Not Working In Custom Viewlabel"