squirrel_fragment_recharge_success.xml 3.5 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

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

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/nut_shape_dialog_pay"
        android:paddingBottom="15dp"
        android:paddingLeft="30dp"
        android:paddingRight="30dp"
        android:paddingTop="10dp">

        <RelativeLayout
            android:layout_width="wrap_content"
            android:layout_height="150dp"
            android:paddingLeft="27dp"
            android:layout_centerInParent="true">

            <TextView
                android:id="@+id/squirrelTextWait"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentLeft="true"
                android:layout_alignParentStart="true"
                android:layout_centerVertical="true"
                android:drawableLeft="@drawable/squirrel_icon_recharge_wait"
                android:drawablePadding="15dp"
                android:gravity="center"
                android:textColor="@color/nut_color_black_light_transparent"
                android:textSize="14sp"/>

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_above="@+id/squirrelTextWait"
                android:layout_alignParentLeft="true"
                android:layout_alignParentStart="true"
                android:layout_marginBottom="41dp"
                android:drawableLeft="@drawable/squirrel_icon_pay_finish"
                android:drawablePadding="15dp"
                android:gravity="center"
                android:text="@string/nut_trade_finish"
                android:textColor="@color/nut_color_black_light_transparent"
                android:textSize="14sp"/>

            <TextView
                android:id="@+id/squirrelTextBackGame"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignLeft="@+id/squirrelTextWait"
                android:layout_alignStart="@+id/squirrelTextWait"
                android:layout_below="@+id/squirrelTextWait"
                android:layout_marginTop="41dp"
                android:drawableLeft="@drawable/squirrel_icon_uncheck"
                android:drawablePadding="15dp"
                android:gravity="center"
                android:text="@string/nut_back_game"
                android:textColor="@color/nut_color_pay_wait"
                android:textSize="14sp"/>

            <View
                android:layout_width="3dp"
                android:layout_height="41dp"
                android:layout_above="@+id/squirrelTextWait"
                android:layout_marginLeft="9dp"
                android:background="@color/squirrel_color_primary"/>

            <View
                android:id="@+id/squirrelDivide"
                android:layout_width="3dp"
                android:layout_height="41dp"
                android:layout_below="@+id/squirrelTextWait"
                android:layout_marginLeft="9dp"
                android:background="@color/nut_color_pay_wait"/>

        </RelativeLayout>
    </RelativeLayout>

</LinearLayout>