안녕하세요.

 

ViewFlipper 안에 여러개의 레이아웃이 있습니다.

 

현제 선택되어 있는 레이아웃이 전체중 몇번째인지 알 수 있는 속성이 있나요?

 

mFlipper.getChildCount() 이건 전체 갯수고, 속성을 찾아봐도 모르겠습니다.

 

좋은하루 되시구요, 답변 부탁 드리겠습니다.

 

감사합니다.

 

 

<ViewFlipper
    android:id="@+id/main_ViewFilpper"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:focusable="true" >

 

    <LinearLayout ................... />

    <LinearLayout ................... />

    <LinearLayout ................... />

    <LinearLayout ................... />

    <LinearLayout ................... />

   
</ViewFlipper>