xfgame_certification.xml 2.9 KB
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="@dimen/xfgame_layout_width"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:background="@drawable/xfgame_base_background"
    android:orientation="vertical">

    <com.xuanfeng.sdk.ui.weight.SDKBackTitleBar
        android:id="@+id/xf_certification_btb"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingBottom="@dimen/xfgame_space_normal" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:orientation="vertical"
        android:paddingLeft="40dp"
        android:paddingTop="10dp"
        android:paddingRight="40dp"
        android:paddingBottom="5dp">

        <FrameLayout style="@style/xfgame.input.downline">

            <LinearLayout style="@style/xfgame.input.xiafeng">

                <EditText
                    android:id="@+id/xf_certification_real_name_et"
                    style="@style/xfgame.input.edittext"
                    android:hint="@string/xfgame_real_name_hint" />

                <RelativeLayout
                    android:id="@+id/xf_certification_cls"
                    style="@style/xfgame.image.right_cls_icon_rl"
                    android:visibility="invisible">

                    <ImageView style="@style/xfgame.image.right_cls_icon" />
                </RelativeLayout>
            </LinearLayout>

            <ImageView
                style="@style/xfgame.image.left_icon"
                android:background="@drawable/xfgame_user" />
        </FrameLayout>

        <FrameLayout
            style="@style/xfgame.input.downline"
            android:layout_marginTop="@dimen/xfgame_space_normal">

            <LinearLayout style="@style/xfgame.input.xiafeng">

                <EditText
                    android:id="@+id/xf_certification_id_card_et"
                    style="@style/xfgame.input.edittext.account"
                    android:layout_weight="1"
                    android:hint="@string/xfgame_id_card_hint" />
            </LinearLayout>

            <ImageView
                style="@style/xfgame.image.left_icon"
                android:background="@drawable/xfgame_user_auth" />

        </FrameLayout>


        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingTop="@dimen/xfgame_space_normal"
            android:paddingBottom="@dimen/xfgame_space_small_big">

            <Button
                android:id="@+id/xf_certification_commit_bt"
                style="@style/xfgame.button.hoyo_zero"
                android:layout_width="match_parent"
                android:layout_centerHorizontal="true"
                android:text="@string/xfgame_commit_bind" />

        </RelativeLayout>

    </LinearLayout>
</LinearLayout>