Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在图像视图中播放视频。我的意思是,如果用户点击图像的某个部分,那么视频就会播放。可能吗?请任何人都可以帮助我。
您可以添加ImageView并设置VideoView为不可见和可见,反之亦然,您可以在 onClick 上播放视频。RelativeLayoutImageViewVideoView
ImageView
VideoView
RelativeLayout
您可以使用上面有图像视图和后面有视频视图的框架布局。并且当用户单击图像视图时,您可以隐藏图像视图并使用视频视图启动视频。