You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FONGMITV/ijkplayer/src/main/res/layout/ijk_player_view.xml

22 lines
760 B

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/ijk_content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent">
<tv.danmaku.ijk.media.player.ui.SubtitleView
android:id="@+id/ijk_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_margin="16dp"
android:gravity="center"
android:textSize="16sp"
android:textStyle="bold" />
</FrameLayout>
</merge>