| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@drawable/im_beijing" >
- <LinearLayout
- android:id="@+id/titlelay"
- android:layout_width="fill_parent"
- android:layout_height="170dp"
- android:background="@color/titlecolor"
- android:orientation="vertical" >
- <ImageView
- android:id="@+id/logo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="30dp"
- android:background="@drawable/dongkelogo" />
- <ImageView
- android:layout_width="250dp"
- android:layout_height="60dp"
- android:layout_gravity="center"
- android:layout_marginTop="20dp"
- android:src="@drawable/logoimg" />
- </LinearLayout>
- <RelativeLayout
- android:id="@+id/bodylay"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_below="@id/titlelay"
- android:layout_marginTop="@dimen/Phone_OR_Pad_20"
- android:background="@color/qingcolor" >
- <LinearLayout
- android:id="@+id/zhangtaolay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_20"
- android:layout_marginRight="@dimen/Phone_OR_Pad_20"
- android:layout_marginTop="@dimen/Phone_OR_Pad_20"
- android:background="@drawable/loginbutton"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/zhangtaologo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_5"
- android:background="@drawable/zhangtao" />
- <EditText
- android:id="@+id/login_zhangtao"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="3dp"
- android:background="@null"
- android:singleLine="true"
- android:textColor="@color/white" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/yonghulay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/zhangtaolay"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_20"
- android:layout_marginRight="@dimen/Phone_OR_Pad_20"
- android:layout_marginTop="@dimen/Phone_OR_Pad_8"
- android:background="@drawable/loginbutton"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/yonghulogo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_5"
- android:background="@drawable/account" />
- <EditText
- android:id="@+id/login_yonghu"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="3dp"
- android:background="@null"
- android:singleLine="true"
- android:textColor="@color/white" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/mimalay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/yonghulay"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_20"
- android:layout_marginRight="@dimen/Phone_OR_Pad_20"
- android:layout_marginTop="@dimen/Phone_OR_Pad_8"
- android:background="@drawable/loginbutton"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/passwordlogo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="5dp"
- android:background="@drawable/cipher" />
- <EditText
- android:id="@+id/login_mima"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="3dp"
- android:background="@null"
- android:singleLine="true"
- android:textColor="@color/white" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_layout_height_40"
- android:layout_below="@id/mimalay"
- android:gravity="center_vertical"
- android:orientation="horizontal" >
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="@dimen/ll_layout_height_40"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_30"
- android:layout_marginRight="@dimen/Phone_OR_Pad_30"
- android:layout_marginTop="@dimen/Phone_OR_Pad_10"
- android:gravity="center_vertical"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/remember_password"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/check"
- android:gravity="center_vertical" />
- <TextView
- android:id="@+id/rememberPasswordTxt"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="3dp"
- android:gravity="center_vertical"
- android:text="记住密码"
- android:textColor="@color/textcolor_select"
- android:textSize="@dimen/textsize_18" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="@dimen/ll_layout_height_40"
- android:layout_marginLeft="@dimen/Phone_OR_Pad_30"
- android:layout_marginRight="@dimen/Phone_OR_Pad_30"
- android:layout_marginTop="@dimen/Phone_OR_Pad_10"
- android:gravity="center_vertical"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/auto_login"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/check"
- android:gravity="center_vertical" />
- <TextView
- android:id="@+id/logint1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="3dp"
- android:gravity="center_vertical"
- android:text="自动登录"
- android:textColor="@color/textcolor_select"
- android:textSize="@dimen/textsize_18" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:orientation="horizontal" >
- <Button
- android:id="@+id/login_login"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/Phone_OR_Pad_50"
- android:layout_marginRight="5dp"
- android:layout_weight="1"
- android:background="@drawable/login_btn_selector"
- android:text="登录"
- android:textColor="@color/white"
- android:textSize="@dimen/textsize_22" />
- <Button
- android:id="@+id/login_set"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/Phone_OR_Pad_50"
- android:layout_weight="1"
- android:background="@drawable/login_btn_selector"
- android:text="设置"
- android:textColor="@color/white"
- android:textSize="@dimen/textsize_22" />
- </LinearLayout>
- </RelativeLayout>
- </RelativeLayout>
|