Hi, I've created a widget that has some text on it and I can't seem to find how to detect a click on the widget itself (and start a new activity when clicked).
I managed to get a button on that widget that does stuff when clicked, but it messes up my whole widget!
Can I do that without a button (or make the button invisible so the text would stay in the same place)?
I tried to implement the same method I used for the button on a LinearLayout, but it doesn't react when I click on it, strangely.

