capacitor-youtube-player
Version:
Capacitor Youtube Player
17 lines (16 loc) • 713 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.abpjap.plugin.youtubeplayer.YoutubePlayerFragment">
<!-- Youtube Player Fragment -->
<fragment
android:id="@+id/youtube_player_fragment"
android:name="com.google.android.youtube.player.YouTubePlayerSupportFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</RelativeLayout>