UNPKG

capacitor-youtube-player

Version:
17 lines (16 loc) 713 B
<?xml version="1.0" encoding="utf-8"?> <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>