<?xml version="1.0" encoding="utf-8"?>
<com.moonmiles.apm.views.layout.APMLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical">

    <include layout="@layout/apm_l_header_title_back" />

    <ScrollView
        android:id="@+id/ScrollView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:fillViewport="true">

        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical">

            <LinearLayout
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:orientation="vertical">

                <TextView
                    android:id="@+id/TextViewAction"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:layout_marginLeft="@dimen/DIP10"
                    android:layout_marginRight="@dimen/DIP10"
                    android:layout_marginTop="@dimen/DIP10"
                    android:gravity="center"
                    android:textSize="@dimen/SP24" />

                <TextView
                    android:id="@+id/TextViewAnd"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:gravity="center"
                    android:textSize="@dimen/SP12" />

                <TextView
                    android:id="@+id/TextViewReward"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:layout_marginBottom="@dimen/DIP10"
                    android:layout_marginLeft="@dimen/DIP10"
                    android:layout_marginRight="@dimen/DIP10"
                    android:gravity="center"
                    android:textSize="@dimen/SP24" />

                <com.moonmiles.apm.views.status_gift_progress.APMStatusGiftProgressView
                    android:id="@+id/APMStatusGiftProgressView"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center" />

                <RelativeLayout
                    android:id="@+id/RelativeLayoutGain"
                    android:layout_width="fill_parent"
                    android:layout_height="@dimen/DIP151"
                    android:layout_marginBottom="@dimen/DIP18"
                    android:gravity="center">

                    <RelativeLayout
                        android:id="@+id/ViewGain"
                        android:layout_width="@dimen/DIP124"
                        android:layout_height="@dimen/DIP18"
                        android:layout_centerInParent="true" />

                    <TextView
                        android:id="@+id/TextViewGain"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerInParent="true"
                        android:gravity="center"
                        android:text="+100"
                        android:textSize="@dimen/SP44" />

                    <RelativeLayout
                        android:id="@+id/ViewMoreTop"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_above="@+id/ViewGain"
                        android:layout_alignParentTop="true" />

                    <RelativeLayout
                        android:id="@+id/ViewMoreLeft"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_alignParentLeft="true"
                        android:layout_toLeftOf="@+id/ViewGain" />

                    <RelativeLayout
                        android:id="@+id/ViewMoreRight"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_alignParentRight="true"
                        android:layout_toRightOf="@+id/ViewGain" />

                    <RelativeLayout
                        android:id="@+id/ViewMoreBottom"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_alignParentBottom="true"
                        android:layout_below="@+id/ViewGain" />

                </RelativeLayout>

                <TextView
                    android:id="@+id/Deeplink"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:layout_margin="@dimen/DIP15"
                    android:paddingTop="@dimen/DIP7"
                    android:paddingBottom="@dimen/DIP7"
                    android:paddingLeft="@dimen/DIP20"
                    android:paddingRight="@dimen/DIP20"
                    android:gravity="center"
                    android:textSize="@dimen/SP20" />

            </LinearLayout>
        </LinearLayout>
    </ScrollView>
</com.moonmiles.apm.views.layout.APMLinearLayout>
