Hi,
The need is to make a title (TextView) tappable to edit it(EditText)...
I'm using the trick to have 1 TextView and 1 EditText next to each other in my xml layout, and then I play with .setVisibility(View.INVISIBLE/VISIBLE) to visually switch them.
Since TextView and EditText are pretty close, is that possible to effectively switch one for the other? Or does anyone have a better trick I couldn't find?
Thanks