gpt4 book ai didi

android - VideoView MediaController 样式问题

转载 作者:太空宇宙 更新时间:2023-11-03 13:24:30 30 4
gpt4 key购买 nike

我有一种情况,我正在使用 standard VideoView 流式传输视频结合 MediaController object .就播放而言一切正常,但是 ProgressBars 的外观因为当视频加载时具有早期版本的 android 的外观。

我对 ProgressBars 也有类似的问题, 但这已由 changing the style 解决来自 "Widget.ProgressBar.Horizontal" 的进度条到“Widget.Holo.ProgressBar.Horizontal"

VideoView 是否有类似的东西? ?

目前我有:

The old Android appearance that I don't want

但我想要类似的东西:

The new appearance which I would like

这些屏幕来自运行 KitKat 的 Nexus 4。

谢谢

最佳答案

您应该在 list 中为 Activity 定义一个 Holo 样式,或者自己扩展它。例如:

<activity android:name=".activity.MyPlayerActivity" android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" android:screenOrientation="sensorLandscape"/> 

关于android - VideoView MediaController 样式问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22349783/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com