cordova-plugin-mobad
Version:
Cordova plugin for grow higher ad revenue on Android and iOS.
31 lines (26 loc) • 1.06 kB
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical">
<!--【非常重要】container 高度一定要大于屏幕高度的75%,否则会影响计费 -->
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/app_logo" />
<FrameLayout
android:visibility="gone"
android:id="@+id/app_logo"
android:layout_width="match_parent"
android:layout_height="84dp"
android:layout_alignParentBottom="true">
<ImageView
android:id="@+id/iv_logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
</FrameLayout>
</RelativeLayout>