How to convert a TextView to EditText in android?

后端 未结 3 1761
一整个雨季
一整个雨季 2021-01-05 08:02

I am fetching the data from a database and I am appending it to a TextView. When I do long click on TextView I want to convert it to an EditText. This is how I set the data

3条回答
  •  忘掉有多难
    2021-01-05 08:55

    yes you can for that create a edittext just behind the textview in long press of textView hide textView and show editext as you done hide edittext and make visible textView

    as you make invisible textview set edittext text to textview text

提交回复
热议问题