native_ad.xml 669 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?><!--
  2. ~ Copyright © 2018-2020 TopOn. All rights reserved.
  3. ~ https://www.toponad.com
  4. ~ Licensed under the TopOn SDK License Agreement
  5. ~ https://github.com/toponteam/TopOn-Android-SDK/blob/master/LICENSE
  6. -->
  7. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  8. xmlns:tools="http://schemas.android.com/tools"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent">
  11. <RelativeLayout
  12. android:id="@+id/container"
  13. android:layout_width="match_parent"
  14. android:layout_height="300dp"
  15. android:layout_alignParentBottom="true" />
  16. </RelativeLayout>