auto-scrolling TextView in android to bring text into view

前端 未结 13 1755

I have a TextView that I\'m dynamically adding text to.

in my main.xml file I have the properties set to make my max lines 19 and scrollbar

13条回答
  •  误落风尘
    2020-11-28 05:36

    Simple implementation...in your XML layout define your TextView with these attributes:

    
    

提交回复
热议问题