This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
@@ -0,0 +1,32 @@
<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>