<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/bg_common_normal"
    android:orientation="vertical"
    android:padding="10dp">

    <RelativeLayout
        android:id="@+id/rl_loading_ad_2"

        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <com.example.tiksave.views.AspectRatioFrameLayout
            android:id="@+id/v_mediaViewContainerWrap"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:background="#ebebeb"
            app:arfl_ratioHeight="628"
            app:arfl_ratioWidth="1200">

            <ImageView
                android:layout_width="180dp"
                android:layout_height="120dp"
                android:layout_gravity="center"
                app:srcCompat="@drawable/ic_photo_ad_empty"
                tools:ignore="ContentDescription" />
        </com.example.tiksave.views.AspectRatioFrameLayout>

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_below="@+id/v_mediaViewContainerWrap"
            android:layout_marginTop="5dp">

            <FrameLayout
                android:id="@+id/ad_app_icon"
                android:layout_width="55dp"
                android:layout_height="55dp"
                android:layout_alignParentStart="true"
                android:layout_centerVertical="true"
                android:background="#ebebeb" />

            <LinearLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_gravity="center_vertical"
                android:layout_marginLeft="8dp"
                android:layout_marginRight="8dp"
                android:layout_toStartOf="@+id/ad_call_to_action"
                android:layout_toEndOf="@+id/ad_app_icon"
                android:orientation="vertical">

                <View
                    android:layout_width="100dp"
                    android:layout_height="20dp"
                    android:background="#ebebeb" />

                <View
                    android:layout_width="200dp"
                    android:layout_height="15dp"
                    android:layout_marginTop="10dp"
                    android:background="#ebebeb"
                    android:textColor="#ff606060" />
            </LinearLayout>

            <FrameLayout
                android:id="@+id/ad_call_to_action"
                android:layout_width="wrap_content"
                android:layout_height="36dp"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="5dp"
                android:background="#ebebeb"
                android:maxWidth="150dp"
                android:minWidth="80dp"
                android:paddingStart="8dp"
                android:paddingEnd="8dp" />
        </RelativeLayout>

    </RelativeLayout>


    <FrameLayout
        android:id="@+id/ads_container_native_2"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</FrameLayout>