我正在使用视图翻转来显示像滑块一样的图像束,我实现了向左和向右滑动切换图像的功能,现在我的一些图像大于屏幕尺寸(在高度方面)被隐藏。我想过在ScrollView中添加我的ViewFlipper,但是使用它我无法使用swipe功能,这是我的代码<ScrollView xmlns:android="http://schemas.android.com>主要活动
public class MainActivity
我一直在尝试创建一个这样的布局:<LinearLayout android:orientation="vertical"> <LinearLayout>....All the stuff within the ViewFlipper area...HorizontalScrollView>
<Butto