How to create a TextArea in Android

前端 未结 11 1861
醉话见心
醉话见心 2021-02-06 22:16

How do I display a TextArea for my android project? From xml, the only choice is TextField, multi lined. But thats editable. I need a TextArea which is only for displaying messa

11条回答
  •  梦如初夏
    2021-02-06 22:44

    this short answer might help someone who is looking to do. add this simple code in your code

    
    

提交回复
热议问题