私はビデオプレビューの空白を削除できません。既に、すべての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の参照画面を共有してください。 –
さらにスクリーンショットを追加 –