0

嗨,我使用 overflow:scroll 在我的应用程序中滚动,但它不适用于 Android 手机。我不知道是什么原因,但是当我在网上搜索时,它显示手机下面的 Android 版本 3.0 不支持溢出:滚动。请建议一种方法如何在我的应用程序中为 3.0 以下的 Andoriod 手机使用滚动

4

1 回答 1

0

Try to Use the ScrollView like this in your application. Also remember that android scrollview can hold only one view in it. So, if you want to have more than one view inside a scrollView put all those Views(ImageView, TextView, OtherLayouts etc) inside a single Layout and wrap it with the ScrollView.

于 2013-03-28T09:05:50.483 回答