如何重新定位 MediaController?
我一直在我的应用程序中使用 mediaController 。
默认情况下,媒体控制器显示在屏幕底部。
有没有办法在屏幕中间显示媒体控制器?
I have been using mediaController for my app.
By default, the Media Controller is displayed at the bottom of the screen.
Is there a way to display the Media Controller in the middle of the screen instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
仅当视频大小已知时,放置媒体控制器才有效。因此你必须这样做:
Placing the mediacontroller only works if the video size is known. Thus you'll have to do:
最后我明白了..
使用这个片段,我们可以根据布局 id 或视图 id 重新定位媒体控制器以放置在特定位置
At last I got it..
Using this snippet we can re position the mediacontroller to be placed at a particular position based on the layout id or an view's id
/*var 媒体控制器:媒体控制器? = null
videoView是对布局文件中VideoView的引用。
*/
/*var mediaController:MediaController? = null
videoView is reference to VideoView in layout file.
*/