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.
我的 Android 应用程序中有一个 VideoView。我想在 android 中删除 Video 视图的 Seekbar 或 Progressbar。怎么做?谢谢你的帮助?
VideoView没有“Seekbar 或 Progressbar”。
VideoView
如果您将 a 附加MediaController到VideoView,那就是具有“Seekbar 或 Progressbar”的内容。如果你不想要一个MediaController,删除你的代码,添加一个到VideoView.
MediaController