首页 新闻 会员 周边

android的videoview怎么旋转90度播放

0
悬赏园豆:15 [已关闭问题] 关闭于 2016-01-15 16:51

<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一直宣传不过来。。

蜗牛丶sky的主页 蜗牛丶sky | 初学一级 | 园豆:20
提问于:2016-01-08 10:08
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册