gpt4 book ai didi

android-layout - 全屏 Android 手机应用程序无法在 Google TV 上全屏显示

转载 作者:行者123 更新时间:2023-12-04 06:17:36 24 4
gpt4 key购买 nike

以下简单布局在 Android 手机上显示全屏,但在 Google TV 上不显示
它只显示在电视屏幕的一部分(上半部分和中间三分之一)上,其余部分有某种墙纸(只是说以防万一,据我所知,文档很少见)。

<?xml version="1.0" encoding="utf-8"?> 
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.orb.androidplayer.view.VideoSurfaceView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>

问题也不是来自视频小部件,而是
如果我删除它,则相同,添加一个 TextView,尝试填充/匹配父级等...

任何人都可以帮助我确定问题的原因吗?

最佳答案

尝试在 AndroidManifest.xml 中添加 element min SDK
express :<uses-sdk android:minSdkVersion="7" />

关于android-layout - 全屏 Android 手机应用程序无法在 Google TV 上全屏显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7034565/

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