<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    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"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:padding="@dimen/_15sdp"
    android:orientation="vertical"
    android:background="@drawable/top_rounded_bg"
    tools:context=".dialog.RemoveWatermarkDialog">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/textColor"
        android:text="@string/remove_watermark"
        android:textStyle="bold"
        android:textSize="@dimen/_18sdp"/>

    <LinearLayout
        android:id="@+id/watchVideoAd"
        android:background="@drawable/strock_bg"
        android:layout_marginTop="@dimen/_15sdp"
        android:gravity="center_vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
        <View
            android:layout_marginVertical="@dimen/_6sdp"
            android:layout_width="5dp"
            android:layout_height="40dp"
            android:background="@color/app_color"/>
        <TextView
            android:layout_marginLeft="@dimen/_12sdp"
            android:layout_weight="1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/watch_video_ad"
            android:textColor="@color/textColor"
            android:textSize="16sp" />
        <ImageView
            android:layout_marginRight="@dimen/_8sdp"
            android:src="@drawable/exo_icon_play"
            android:padding="@dimen/_5sdp"
            android:layout_width="40dp"
            android:layout_height="40dp"
            app:tint="@color/textColor"/>

    </LinearLayout>
    <LinearLayout
        android:id="@+id/buySinglePost"
        android:background="@drawable/strock_bg"
        android:layout_marginTop="@dimen/_15sdp"
        android:gravity="center_vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
        <View
            android:layout_marginVertical="@dimen/_6sdp"
            android:layout_width="5dp"
            android:layout_height="40dp"
            android:background="@color/app_color"/>
        <TextView
            android:layout_marginLeft="@dimen/_12sdp"
            android:layout_weight="1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/buy_this_post"
            android:textColor="@color/textColor"
            android:textSize="16sp" />
        <ImageView
            android:layout_marginRight="@dimen/_8sdp"
            android:src="@drawable/ic_feed"
            android:padding="@dimen/_5sdp"
            android:layout_width="40dp"
            android:layout_height="40dp"
            app:tint="@color/textColor"/>

    </LinearLayout>
    <LinearLayout
        android:id="@+id/go_premium"
        android:background="@drawable/strock_bg"
        android:layout_marginTop="@dimen/_15sdp"
        android:gravity="center_vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
        <View
            android:layout_marginVertical="@dimen/_6sdp"
            android:layout_width="5dp"
            android:layout_height="40dp"
            android:background="@color/app_color"/>
        <TextView
            android:layout_marginLeft="@dimen/_12sdp"
            android:layout_weight="1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/go_premium"
            android:textColor="@color/textColor"
            android:textSize="16sp" />
        <ImageView
            android:layout_marginRight="@dimen/_8sdp"
            android:src="@drawable/ic_king"
            android:padding="@dimen/_5sdp"
            android:layout_width="40dp"
            android:layout_height="40dp"
            app:tint="@color/textColor"/>

    </LinearLayout>

</LinearLayout>