123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <?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: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_tel"
- 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_name"
- android:background="#00000000"
- android:ems="10"
- android:hint="请输入手机号"
- android:inputType="phone"
- android:maxLength="11"
- android:textColor="#1790C8"
- android:textColorHint="#D0D0D0"
- android:layout_marginRight="10dp"
- android:singleLine="true"
- 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="40dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="7dp"
- android:background="@drawable/xunqu_login_etx_bg" >
- <ImageView
- android:id="@+id/xunqu_iv_code"
- 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_code" />
- <EditText
- android:id="@+id/xunqu_etx_code"
- android:layout_width="wrap_content"
- android:layout_height="30dp"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_toLeftOf="@+id/xunqu_btn_code"
- android:layout_toRightOf="@+id/xunqu_iv_code"
- android:background="#00000000"
- android:ems="10"
- android:hint="请输入验证码"
- android:textColor="#1790C8"
- android:textColorHint="#D0D0D0"
- android:singleLine="true"
- android:maxLength="10"
- android:textSize="14dp" />
- <Button
- android:id="@+id/xunqu_btn_code"
- android:layout_width="80dp"
- android:layout_height="40dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@drawable/xunqu_button_blue"
- android:text="获取验证码"
- android:textColor="#FFFFFF"
- android:textSize="12dp" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="7dp"
- 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_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@+id/xunqu_iv_user_pass"
- android:background="#00000000"
- android:ems="10"
- android:inputType="textPassword"
- android:hint="请输入新密码"
- android:layout_marginRight="10dp"
- android:textColor="#1790C8"
- android:singleLine="true"
- android:textColorHint="#D0D0D0"
- android:maxLength="20"
- android:textSize="14dp" >
- </EditText>
- </RelativeLayout>
- </LinearLayout>
- <Button
- android:id="@+id/xunqu_btn_ok"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_marginTop="6dp"
- 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_signup"
- android:layout_alignBottom="@+id/xunqu_btn_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_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>
|