Best practice to show big text data in an android view?

前端 未结 6 1373
渐次进展
渐次进展 2020-12-28 09:38

In my information area of my app I want to show a brief description of my app. For that I need to create a view with a lot of text. What is the best practice for that ? Actu

6条回答
  •  一整个雨季
    2020-12-28 10:15

    LinearLayouts serve no purpose when there is only one child View. When I wanted to show a lot of text, I used this XML:

    
    
    
        
    
    
    

提交回复
热议问题