<?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_1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <com.example.tiksave.views.AspectRatioFrameLayout
            android:id="@+id/fl_cover_view_container"
            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:id="@+id/rl_icon_name"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_below="@+id/fl_cover_view_container"
            android:layout_marginTop="5dp"
            android:layout_marginBottom="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_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_gravity="center_vertical"
                android:layout_toEndOf="@+id/ad_app_icon"
                android:orientation="vertical"
                android:paddingLeft="8dp"
                android:paddingRight="8dp">

                <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>
        </RelativeLayout>

        <View
            android:layout_width="match_parent"
            android:layout_height="40dp"
            android:layout_below="@+id/rl_icon_name"
            android:layout_marginTop="5dp"
            android:background="#ebebeb" />
    </RelativeLayout>

    <FrameLayout
        android:id="@+id/ads_container_native_1"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</FrameLayout>