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.
我正在开发一个正在播放直播频道的应用程序,所以我不需要搜索,并且要求在我的视频视图中禁用搜索。我在视频视图控件中找不到任何可以禁用搜索的属性。有谁知道我该怎么做?
我会非常感谢你。
要在 VideoView 中隐藏控件,请将 null 设置为 MediaController 属性。
代码片段如下:
videoView.setMediaController(null)