123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="10dp"
- android:background="@drawable/xunqu_login_etx_bg" >
- <ImageView
- android:id="@+id/xunqu_iv_user_name"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:src="@drawable/xunqu_icon_user" />
- <EditText
- android:id="@+id/xunqu_etx_user_name"
- android:layout_width="wrap_content"
- android:layout_height="30dp"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toLeftOf="@+id/xunqu_btn_refresh"
- android:layout_toRightOf="@+id/xunqu_iv_user_name"
- android:background="#00000000"
- android:ems="10"
- android:hint="请输入用户名"
- android:textColor="#1790C8"
- android:textColorHint="#D0D0D0"
- android:layout_marginRight="10dp"
- android:singleLine="true"
- android:maxLength="20"
- android:textSize="14dp" >
- </EditText>
- <Button
- android:id="@+id/xunqu_btn_refresh"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@drawable/xunqu_icon_refresh" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="10dp"
- android:background="@drawable/xunqu_login_etx_bg" >
- <ImageView
- android:id="@+id/xunqu_iv_user_pass"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:src="@drawable/xunqu_icon_pass" />
- <EditText
- android:id="@+id/xunqu_etx_user_pass"
- android:layout_width="wrap_content"
- android:layout_height="30dp"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toLeftOf="@+id/xunqu_btn_close"
- android:layout_toRightOf="@+id/xunqu_iv_user_pass"
- android:background="#00000000"
- android:ems="10"
- android:hint="请输入密码"
- android:textColor="#1790C8"
- android:textColorHint="#D0D0D0"
- android:layout_marginRight="10dp"
- android:maxLength="20"
- android:textSize="14dp" >
- </EditText>
- <Button
- android:id="@+id/xunqu_btn_close"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:visibility="invisible"
- android:background="@drawable/xunqu_icon_close" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="30dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="5dp">
- <CheckBox
- android:id="@+id/xunqu_checkbox_protocol"
- android:layout_width="15dp"
- android:layout_height="15dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:background="@drawable/xunqu_user_checkbox_style"
- android:checked="true"
- android:button="@null" />
- <TextView
- android:id="@+id/xunqu_tv_protocol"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@+id/xunqu_checkbox_protocol"
- android:text="用户协议"
- android:textColor="#8C8C8C"
- android:textSize="13dp" />
- <TextView
- android:id="@+id/textView2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:textColor="#FF0000"
- android:textSize="13dp"
- android:text="◎ 账号密码 可手动修改" />
- </RelativeLayout>
- </LinearLayout>
- <Button
- android:id="@+id/xunqu_btn_ok"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginTop="5dp"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:background="@drawable/xunqu_button_green"
- android:text="注册并登录"
- android:textSize="17dp"
- android:textColor="#FFFFFF" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp" >
- <TextView
- android:id="@+id/xunqu_btn_user_login"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@+id/xunqu_btn_tel_signup"
- android:layout_alignBottom="@+id/xunqu_btn_tel_signup"
- android:layout_alignParentRight="true"
- android:layout_marginRight="20dp"
- android:text="账号登录"
- android:textColor="@drawable/xunqu_textview_login_text"
- android:textSize="15dp" />
- <TextView
- android:id="@+id/xunqu_btn_tel_signup"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="20dp"
- android:text="手机注册"
- android:textColor="@drawable/xunqu_textview_login_text"
- android:textSize="15dp" />
- </RelativeLayout>
- </LinearLayout>
|