123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="330dp"
- android:layout_height="wrap_content"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_gravity="center"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/tysdkn_reg_dilog_root"
- android:layout_width="330dp"
- android:layout_height="wrap_content"
- android:background="@drawable/tysdkn_edit_two_bg"
- android:orientation="vertical"
- >
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:orientation="horizontal"
- android:paddingLeft="18dp">
- <ImageView
- android:layout_width="30dp"
- android:layout_height="30dp"
- android:background="@drawable/tysdkn_login_title" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="12dp"
- android:gravity="center"
- android:text="天宇游戏"
- android:textColor="#111111"
- android:textSize="19sp" />
- </LinearLayout>
- <View
- android:layout_width="0.5dp"
- android:layout_height="18dp"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="20dp"
- android:background="#d8d8d8" />
- <TextView
- android:layout_marginTop="15dp"
- android:layout_alignParentRight="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="30dp"
- android:gravity="center"
- android:text="用户注册"
- android:textColor="#4BC1FF"
- android:textSize="19dp" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="18dp"
- android:layout_marginRight="18dp"
- android:layout_marginTop="10dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="15dp"
- android:orientation="horizontal"
- android:visibility="gone">
- <ImageView
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_marginTop="10dp"
- android:layout_weight="1"
- android:src="@drawable/tysdkn_logo_l" />
- <View
- android:layout_width="1dp"
- android:layout_height="30dp"
- android:layout_marginTop="10dp"
- android:background="#d8d8d8" />
- <TextView
- android:id="@+id/tysdkn_regist_title"
- android:layout_width="0dp"
- android:layout_height="40dp"
- android:layout_marginTop="5dp"
- android:layout_weight="1.0"
- android:gravity="center"
- android:text="手机注册"
- android:textColor="#4c6791"
- android:textSize="18dp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/tysdkn_edit_input_bg"
- android:gravity="center"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="17dp"
- android:layout_height="17dp"
- android:layout_marginLeft="13dp"
- android:layout_marginRight="13dp"
- android:background="@drawable/tysdkn_account_icon" />
- <EditText
- android:id="@+id/tysdkn_reg_dilog_input1"
- android:layout_width="0dp"
- android:layout_height="35dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="输入用户名/手机号码"
- android:paddingLeft="5dp"
- android:digits="0123456789abcdefghijklmnopqrstuvwxyz"
- android:paddingRight="30dp"
- android:selectAllOnFocus="true"
- android:singleLine="true"
- android:textColor="#000000"
- android:textColorHint="#c8c8c8"
- android:textSize="14dp" />
- <ImageView
- android:id="@+id/tysdkn_regist_username_s"
- android:layout_width="14dp"
- android:layout_height="8dp"
- android:layout_gravity="center_vertical"
- android:visibility="gone"
- android:layout_marginRight="13dp"
- android:background="@drawable/tysdkn_xs_login_up"
- android:focusable="true"
- android:paddingRight="10dp"
- android:scaleType="center" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:layout_marginTop="10dp"
- android:background="@drawable/tysdkn_edit_input_bg"
- android:gravity="center"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginLeft="13dp"
- android:layout_marginRight="13dp"
- android:background="@drawable/tysdkn_login_password" />
- <EditText
- android:id="@+id/tysdkn_reg_dilog_input2"
- android:layout_width="0dp"
- android:layout_height="35dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="请输入密码"
- android:paddingLeft="5dp"
- android:paddingRight="30dp"
- android:password="true"
- android:digits="0123456789abcdefghijklmnopqrstuvwxyz"
- android:selectAllOnFocus="true"
- android:singleLine="true"
- android:textColor="#000000"
- android:textColorHint="#c8c8c8"
- android:textSize="14dp" />
- <ImageView
- android:id="@+id/tysdkn_regist_pass_show"
- android:layout_width="18dp"
- android:layout_height="11dp"
- android:layout_gravity="center"
- android:layout_marginRight="10dp"
- android:background="@drawable/tysdkn_login_password_select"
- android:paddingRight="10dp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/tysdkn_dialog_regist_sms_root"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:visibility="gone"
- tools:visibility="visible"
- android:layout_marginTop="10dp"
- android:background="@drawable/tysdkn_edit_bg_1"
- android:orientation="horizontal">
- <EditText
- android:id="@+id/tysdkn_reg_dilog_input3"
- android:layout_width="0dp"
- android:layout_height="35dp"
- android:layout_marginLeft="17dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="请输入验证码"
- android:paddingLeft="5dp"
- android:paddingRight="85dp"
- android:selectAllOnFocus="true"
- android:singleLine="true"
- android:textColor="#818181"
- android:textColorHint="#c8c8c8"
- android:textSize="14dp" />
- <TextView
- android:id="@+id/tysdkn_reg_dilog_send_sms"
- android:layout_width="96dp"
- android:layout_height="match_parent"
- android:layout_alignParentRight="true"
- android:background="@drawable/tysdkn_btn_stroke3"
- android:gravity="center"
- android:text="获取验证码"
- android:textColor="#FFFFFF"
- android:textSize="14dp" />
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- <TextView
- android:id="@+id/tysdkn_reg_dilog_commit"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginLeft="18dp"
- android:layout_marginRight="18dp"
- android:layout_marginTop="12dp"
- android:background="@drawable/tysdkn_login_in_bt"
- android:gravity="center"
- android:text="立即注册"
- android:textColor="@android:color/white"
- android:textSize="18sp" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="18dp"
- android:layout_marginLeft="18dp"
- android:layout_marginRight="18dp"
- android:layout_marginTop="15dp">
- <LinearLayout
- android:id="@+id/tysdkn_reg_dilog_retrun"
- android:layout_width="wrap_content"
- android:gravity="center_vertical"
- android:layout_height="wrap_content"
- >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:gravity="center"
- android:background="@drawable/tysdkn_arrow_left" />
- <TextView
- android:id="@+id/tysdkn_reg_back_login"
- android:layout_width="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="5dp"
- android:gravity="center"
- android:text="返回登录"
- android:textColor="#2A2A2A"
- android:textSize="14dp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"/>
- <LinearLayout
- android:id="@+id/tysdkn_dialog_regist_reginfo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="注册即表示同意"
- android:textColor="#666"
- android:textSize="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="天宇游注册协议"
- android:textColor="#30B8FF"
- android:textSize="12dp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/tysdkn_dialog_regist_account"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:visibility="gone"
- android:paddingBottom="5dp"
- >
- <ImageView
- android:layout_width="11dp"
- android:layout_height="12dp"
- android:layout_gravity="center_vertical"
- android:background="@drawable/tysdkn_telregister_us" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="5dp"
- android:text="用户注册"
- android:textColor="#FF9105"
- android:textSize="12dp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|