I have a TextView element in a ListView. It should look like a regular text label with no curser visible etc., but it should go into edit mode when a button is clicked.
Im not using a regular EditText because the thing steals the clicks from the ListView its in.
So, how can I edit the TextView or prevent an EditText to steal clicks?
Thanks in advance.
You can prevent it from stealing clicks by adding
to the
EditTextin the layout xml file