我有兩個觀點選擇一個視圖來顯示Android中的2個視圖?
<VideoView
android:id="@+id/player"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/lighter_gray"
android:id="@+id/imageView"
/>
我想選擇只有一個視圖在運行時顯示,有容器爲他們做的工作? 我搜索,發現類似viewswitcher,但我不想加入android:visibility="gone"
使用FrameLayout。 –
你可以在運行時管理一個按鈕的可見性基礎 –