How to use ScrollView in Android?

前端 未结 8 1628
抹茶落季
抹茶落季 2020-11-22 11:41

I have an XML layout file, but the text is more than fits into the screen size. What do I need to do in order to make a ScrollView?



        
8条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 12:30

    Put your TableLayout inside a ScrollView Layout.That will solve your problem.

提交回复
热议问题