我用ViewSwitcher這樣的:的Android ViewSwitcher多個視圖
<ViewSwitcher
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/content_popup"
android:visibility="invisible"
android:layout_centerInParent="true">
<include layout="@layout/content_popup_stub" android:id="@+id/content_general"/>
<include layout="@layout/video_select_popup_stub" android:id="@+id/content_select_video"/>
</ViewSwitcher>
並計劃在ViewSwitcher使用4個孩子以上。現在,如何在view1和view4之間切換,或者使用來切換view1和view3 .showNext()或.show上一頁()?有沒有辦法設置下一個或以前的視圖?