<ViewFlipper android:id=@+id/flipper >
<ListView android:id=@+id/xyz />
<ListView android:id=@+id/pqr />
<ListView android:id=@+id/abc />
</ViewFlipper>
脚蹼=(ViewFlipper)findViewById(R.id.flipper);
Can I access the id of child elements of flipper(xyz,pqr,abc) ? no. of child elements of flipper ?
答案 0 :(得分:0)
我可以访问鳍状肢的子元素id(xyz,pqr,abc)吗?
是的,你可以。例如:
flipper.getChildAt(index).getId()
没有。鳍状肢的儿童元素?
如果你指的是孩子的数量,那么:
flipper.getChildCount()