yodo1-mas-react-native-plugin
Version:
React Native plugin for Yodo1 MAS SDK
16 lines (15 loc) • 637 B
text/xml
<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>