15 lines
551 B
XML
15 lines
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<FrameLayout
|
|
android:id="@+id/express_ad_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginBottom="16dp"/>
|
|
|
|
</RelativeLayout> |