gpt4 book ai didi

单击按钮时android videoview全屏

转载 作者:行者123 更新时间:2023-11-29 16:14:08 26 4
gpt4 key购买 nike

我想在点击按钮时全屏显示视频。然后在全屏运行时返回旧尺寸的视频!

我该怎么做?

<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
android:layout_below="@+id/linearLayout1"
android:gravity="center_horizontal"
android:orientation="vertical" >

<WebView
android:id="@+id/Web"
android:layout_width="fill_parent"
android:layout_height="150dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="2dp"
android:background="@drawable/screen_background" />

<VideoView
android:id="@+id/videoView1"
android:layout_width="264dp"
android:layout_height="128dp"
android:layout_marginTop="3dp" />

最佳答案

你会在relativelayout中如下声明videoview,我想你的问题会得到解决。

<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>

设置该 Activity 的主题...作为

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

关于单击按钮时android videoview全屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10783505/

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