window_fanli.xml 4.6 KB
<?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="match_parent"
    android:orientation="vertical">

    <LinearLayout
        android:id="@+id/sum_lin"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/round_rad5_bg"
        android:backgroundTint="#f2f3f7"
        android:orientation="vertical">

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

        <ScrollView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginLeft="15dp"
            android:layout_marginTop="20dp"
            android:layout_marginRight="15dp"
            android:background="@drawable/round_mainfragment_top"
            android:layout_marginBottom="20dp">


            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:elevation="5dp"
                android:orientation="vertical"
                android:padding="15dp">


                <RelativeLayout
                    android:id="@+id/rl_title"
                    android:layout_width="match_parent"
                    android:layout_height="25dp">

                    <TextView
                        android:id="@+id/tv_title"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerVertical="true"
                        android:text="返利条件"
                        android:textColor="#333"
                        android:textSize="12sp"
                        android:textStyle="bold" />

                    <ImageView
                        android:id="@+id/iv_question"
                        android:layout_width="15dp"
                        android:layout_height="15dp"
                        android:layout_centerVertical="true"
                        android:layout_marginLeft="8dp"
                        android:layout_toRightOf="@+id/tv_title"
                        android:src="@drawable/aiqu_question" />

                    <Button
                        android:id="@+id/btn_rebate"
                        android:layout_width="65dp"
                        android:layout_height="20dp"
                        android:layout_alignParentRight="true"
                        android:layout_centerVertical="true"
                        android:background="@drawable/wancms_green_bg"
                        android:gravity="center"
                        android:text="自动返利"
                        android:textColor="@color/common_white"
                        android:textSize="12sp" />
                </RelativeLayout>

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="5dp"
                    android:text="返利金额仅限单日累计,不能多日累计!"
                    android:textColor="#ccc"
                    android:textSize="11sp" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="3dp"
                    android:layout_marginBottom="3dp"
                    android:text="注:返利货币为钻石或元宝等(部分游戏返利为绑定货币)"
                    android:textColor="#FF4D4D"
                    android:textSize="12dp" />

                <TextView
                    android:id="@+id/tv_rebate"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_below="@+id/rl_title"
                    android:layout_marginTop="10dp"
                    android:text="加载中..."
                    android:textColor="@color/black"
                    android:textSize="12sp" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="15dp"
                    android:text="温馨提示:如果出现无法返利的情况,请及时联系客服"
                    android:textColor="#FF9238"
                    android:textSize="12dp" />
            </LinearLayout>
        </ScrollView>
    </LinearLayout>


</LinearLayout>