viewFlipper中的位置

时间:2011-12-15 13:51:29

标签: android viewflipper

如何在viewFlipper中找到当前视图位置..

假设它是viewFlipper

中的最后一个或第一个孩子
  <ViewFlipper
            android:id="@+id/imageFrames"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:background="@android:drawable/screen_background_dark" >
 <RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"><RelativeLayout>
<RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"><RelativeLayout>
<RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"><RelativeLayout>
        </ViewFlipper>

1 个答案:

答案 0 :(得分:2)

您可以使用viewFlipper.getDisplayedChild()