0
我在玩一個video.3gp在Android app.But視頻不適合在全screen.I正在使用線性佈局代碼是:視頻播放
<VideoView android:id="@+id/myVideo"
android:layout_gravity="center"
android:layout_height="fill_parent"
android:fitsSystemWindows="true"
android:layout_width="fill_parent">
</VideoView>
我在做什麼錯誤?
我仍然面臨同樣的問題。 –