以下簡單佈局顯示Android手機上的全屏顯示,但不顯示在Google TV上,僅在電視屏幕的一部分顯示 (上半部分和中間三分之一),其餘部分還有某種類型的壁紙(只是說,如果情況不是那麼平常的話,據我所知,文檔很少見)。全屏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>
的問題是不來FOM視頻窗件或者,如果我刪除它,添加一個TextView,而不是它的 一樣,儘量填充/比賽的父母,等...
誰能幫助我與確定問題的原因?
這個!謝謝,這正是我所需要的,不能相信它。你知道這是爲什麼嗎?再次感謝 :) – banzzai