我無法刪除我的視頻預覽的白色空間,我已經添加了所有的alignparent,但仍然不工作。它的來源是來自服務器。視頻中沒有空白區域。videoview右側白色空間
這裏是我的佈局:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.extras.PermitVideoFrag">
<VideoView
android:id="@+id/vid_permit"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_centerHorizontal="true"
/>
</RelativeLayout>
其真正令人沮喪的我了。我找不到一個體面的答案。
請分享videoview的參考畫面。 –
添加截圖也 –