UNPKG

yodo1-mas-react-native-plugin

Version:
16 lines (15 loc) 637 B
<?xml version="1.0" encoding="utf-8"?> <LinearLayout 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/native_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:gravity="center_horizontal" tools:context=".MainActivity"> <com.yodo1.mas.nativeads.Yodo1MasNativeAdView android:id="@+id/native_ad_view" android:layout_width="match_parent" android:layout_height="300dp"/> </LinearLayout>