开发者

How do I make my form scrollable in Android?

开发者 https://www.devze.com 2022-12-19 00:43 出处:网络
I am new to android. I have drawn a pie chart, and when I see 开发者_运维知识库it vertically, it\'s okay. When I change the view to horizontal, I just get the first half of the chart. I want to be abl

I am new to android. I have drawn a pie chart, and when I see 开发者_运维知识库it vertically, it's okay. When I change the view to horizontal, I just get the first half of the chart. I want to be able to scroll down. How do I implement this?


Use ScrollView. http://developer.android.com/reference/android/widget/ScrollView.html

0

精彩评论

暂无评论...
验证码 换一张
取 消