gpt4 book ai didi

java - 全屏视频查看

转载 作者:太空狗 更新时间:2023-10-29 16:24:50 25 4
gpt4 key购买 nike

如何让 VideoView 在横向模式下全屏显示?

我在 Activity 的 list 文件中设置了以下内容。

android:screenOrientation="横向"android:theme="@android:style/Theme.NoTitleBar.Fullscreen">

还有什么我需要做的吗?

最佳答案

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<VideoView android:id="@+id/myvideoview"
android:layout_width="fill_parent"
android:layout_alignParentRight="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_height="fill_parent">
</VideoView>
</RelativeLayout>

需要对齐

关于java - 全屏视频查看,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4701825/

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