xfgame_reset_pwd.xml 4.8 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_reset_pwd_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_reset_pwd_phone_number_et"
                    style="@style/xfgame.input.edittext.account"
                    android:hint="@string/xfgame_phone_number_hint" />

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

                    <ImageView
                        style="@style/xfgame.image.right_cls_icon"
                        android:background="@drawable/xfgame_cls" />
                </RelativeLayout>
            </LinearLayout>

            <ImageView
                style="@style/xfgame.image.left_icon"
                android:background="@drawable/xfgame_bind_phone" />
        </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_reset_pwd_new_pwd_et"
                    style="@style/xfgame.input.edittext.account"
                    android:hint="@string/xfgame_new_paw_hint" />
            </LinearLayout>

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

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/xfgame_space_normal"
            android:orientation="horizontal">

            <FrameLayout
                style="@style/xfgame.input.downline"
                android:layout_width="0dp"
                android:layout_marginEnd="@dimen/xfgame_space_normal"
                android:layout_weight="2">

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

                    <EditText
                        android:id="@+id/xf_reset_pwd_verifycode_et"
                        style="@style/xfgame.input.edittext.account"
                        android:hint="@string/xfgame_verification_code_hint" />
                </LinearLayout>

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

            </FrameLayout>

            <Button
                android:id="@+id/xf_reset_pwd_get_verifycode_bt"
                style="@style/xfgame.button.xiafeng_phone_code"
                android:layout_width="0dp"
                android:layout_gravity="center"
                android:layout_weight="1"
                android:text="@string/xfgame_get_verification_code" />
        </LinearLayout>

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/xfgame_space_normal"
            android:layout_marginBottom="@dimen/xfgame_space_small_big"
            android:orientation="horizontal">

            <Button
                android:id="@+id/xf_reset_pwd_reset_pwd_bt"
                style="@style/xfgame.button.hoyo_zero"
                android:layout_width="0dp"
                android:layout_marginEnd="@dimen/xfgame_space_big"
                android:layout_weight="2"
                android:text="@string/xfgame_pwd_reset" />

            <Button
                android:id="@+id/xf_reset_pwd_connect_gm_bt"
                style="@style/xfgame.button.hoyo_one"
                android:layout_width="0dp"
                android:layout_height="30dp"
                android:layout_gravity="bottom"
                android:layout_weight="1"
                android:text="@string/xfgame_contact_gm" />
        </LinearLayout>

    </LinearLayout>

</LinearLayout>