react-native-video-fullscreen
Version:
A <Video /> element for react-native with fullscreen mode
13 lines (11 loc) • 423 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="@android:color/background_dark"
android:layout_centerHorizontal="true"
android:id="@+id/maskLayer"
android:layout_centerInParent="true"
android:layout_centerVertical="true"
>
</RelativeLayout>