Files
2025-09-18 17:55:52 -04:00

33 lines
1.2 KiB
XML

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment_video"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MyActivity$VideoFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight=".5"
android:background="#000000"
android:orientation="vertical"
android:id="@+id/videoContainer">
<wtf.watrbx.ima.AdPlayer
android:id="@+id/videoPlayerWithAdPlayback"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<wtf.watrbx.ima.VideoPlayerImpl
android:id="@+id/videoPlayer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true" />
<FrameLayout
android:id="@+id/adUiContainer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</wtf.watrbx.ima.AdPlayer>
</LinearLayout>
</LinearLayout>