Select edittexts text in a listview. How can be done? I can't find out

后端 未结 6 1671
不知归路
不知归路 2021-01-06 10:07

I have a ListView with an EditText on each row working.

I need to select this text on click the edittext to write numbers without erasing or moving the cursor.

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-06 10:44

    What I can say about what I asked is that trying to select all text of the listview edittexts don't work properly. So instead of select the text, I show a dialog where the user selects the number or whatever.

提交回复
热议问题