Closed xiaobei3120 closed 10 years ago
You can use EditTexts. But there are some issues with that and the recycle. You can open a Dialog with an EditText every time you click a cell.
EditText
Dialog
thanks a lot,I am using the second way,but always feel the user experience is poor
You can use
EditText
s. But there are some issues with that and the recycle. You can open aDialog
with anEditText
every time you click a cell.