fix ijk content view

pull/430/head
okjack 2 years ago
parent 322ef72793
commit f18a91c1c3
  1. 5
      app/src/mobile/res/layout-sw600dp/activity_video.xml
  2. 5
      app/src/mobile/res/layout/activity_video.xml

@ -40,8 +40,9 @@
<tv.danmaku.ijk.media.player.ui.IjkVideoView
android:id="@+id/ijk"
style="@style/Player.Vod"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone" />
<master.flame.danmaku.ui.widget.DanmakuView

@ -33,8 +33,9 @@
<tv.danmaku.ijk.media.player.ui.IjkVideoView
android:id="@+id/ijk"
style="@style/Player.Vod"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone" />
<master.flame.danmaku.ui.widget.DanmakuView

Loading…
Cancel
Save