开发者

popup window in android

开发者 https://www.devze.com 2023-02-03 18:23 出处:网络
how开发者_开发知识库 can i create the popupwindow with videoview in android?you could use an activity with popup style and show the VideoView in this Activity:

how开发者_开发知识库 can i create the popupwindow with videoview in android?


you could use an activity with popup style and show the VideoView in this Activity:

<activity android:name=".DetailDialog" android:theme="@style/Theme.CustomDialog"></activity>

<style name="Theme.CustomDialog" parent="android:style/Theme.Dialog">
    <item name="android:backgroundDimEnabled">false</item>      
</style>
0

精彩评论

暂无评论...
验证码 换一张
取 消