Hello
I have a transparent panel placed over an edittext in an xcustomlistview. I am doing this in order to achieve a click and long click associated with the edittext beneath. This might not be the right way of going about things but it is where I am at the moment. When I click on the panel I request the focus of the edittext and show the keyboard using IME.showkeyboard. I then place the cursor at the end of the text with "selectionstart". I was wondering if there was a way to get the keyboard to behave as if it was a normal edittext, i.e being able to place the cursor with a click, or to put it another way, have a moveable cursor with the "android teardrop".
Thanks
I have a transparent panel placed over an edittext in an xcustomlistview. I am doing this in order to achieve a click and long click associated with the edittext beneath. This might not be the right way of going about things but it is where I am at the moment. When I click on the panel I request the focus of the edittext and show the keyboard using IME.showkeyboard. I then place the cursor at the end of the text with "selectionstart". I was wondering if there was a way to get the keyboard to behave as if it was a normal edittext, i.e being able to place the cursor with a click, or to put it another way, have a moveable cursor with the "android teardrop".
Thanks