标签: android user-interface widget
有没有办法在TextView前面显示VideoView?
TextView
VideoView
答案 0 :(得分:5)
您可以使用RelativeLayout在Z轴上堆叠小部件。让VideoView成为RelativeLayout的第一个孩子。让你的TextView成为第二个孩子。设置android:layout_规则,使它们在X / Y坐标平面上重叠。 TextView似乎会浮动VideoView。
RelativeLayout
android:layout_
答案 1 :(得分:0)
如果Custom Toast不够,您可以尝试使用Dialog。