<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="dffdfijoijoijoijoijoijdheijoijpoj"/>
<com.aachen.customview.FullScreenVideoView
android:id="@+id/video_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="left"
/>
<ImageView
android:id="@+id/img"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:contentDescription="@string/playListName"
android:scaleType="fitXY"
android:rotation="270" />
</LinearLayout>
这样的布局,videoview一直宣传不过来。。