标签: android android-event
我已经创建了我的活动,但是当我运行应用程序时,当我触摸d屏幕时它没有移动,同时它们是下面的东西,我必须向下滚动才能看到它们。
答案 0 :(得分:1)
目前尚不清楚,但我认为你想要一个卷轴。在这种情况下,您应该使用ScrollView小部件。
<ScrollView> ... content that will be affected by the scroll if needed ... </ScrollView>