|
@@ -1,159 +1,166 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="600dp"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="50dp"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/btn_cancel"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:paddingLeft="15dp"
|
|
|
|
- android:paddingRight="15dp"
|
|
|
|
- android:text="取消"
|
|
|
|
- android:textColor="@color/dialogxIOSBlue"
|
|
|
|
- android:textSize="18dp" />
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:gravity="center_horizontal"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <Space
|
|
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_weight="1" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/btn_submit"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:paddingLeft="15dp"
|
|
|
|
- android:paddingRight="15dp"
|
|
|
|
- android:text="下一步"
|
|
|
|
- android:textColor="@color/dialogxIOSBlue"
|
|
|
|
- android:textSize="18dp" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="80dp"
|
|
|
|
- android:layout_height="80dp"
|
|
|
|
- android:layout_marginTop="30dp"
|
|
|
|
- android:src="@mipmap/img_login" />
|
|
|
|
-
|
|
|
|
- <FrameLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="25dp">
|
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:id="@+id/box_userName"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:paddingLeft="25dp"
|
|
|
|
- android:paddingRight="25dp">
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/btn_cancel"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:paddingLeft="15dp"
|
|
|
|
+ android:paddingRight="15dp"
|
|
|
|
+ android:text="取消"
|
|
|
|
+ android:textColor="@color/dialogxIOSBlue"
|
|
|
|
+ android:textSize="18dp" />
|
|
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/edit_userName"
|
|
|
|
|
|
+ <Space
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="50dp"
|
|
|
|
- android:background="@drawable/ios_edit_box_bkg"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_weight="1" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/btn_submit"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:hint="请输入账号"
|
|
|
|
- android:inputType="textEmailAddress" />
|
|
|
|
|
|
+ android:paddingLeft="15dp"
|
|
|
|
+ android:paddingRight="15dp"
|
|
|
|
+ android:text="下一步"
|
|
|
|
+ android:textColor="@color/dialogxIOSBlue"
|
|
|
|
+ android:textSize="18dp" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:id="@+id/box_password"
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="80dp"
|
|
|
|
+ android:layout_height="80dp"
|
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
|
+ android:src="@mipmap/img_login" />
|
|
|
|
+
|
|
|
|
+ <FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:paddingLeft="25dp"
|
|
|
|
- android:paddingRight="25dp"
|
|
|
|
- android:visibility="gone">
|
|
|
|
|
|
+ android:layout_marginTop="25dp">
|
|
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/edit_password"
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/box_userName"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="50dp"
|
|
|
|
- android:background="@drawable/ios_edit_box_bkg"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:hint="请输入密码"
|
|
|
|
- android:inputType="textPassword" />
|
|
|
|
-
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:paddingLeft="25dp"
|
|
|
|
+ android:paddingRight="25dp">
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edit_userName"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
+ android:background="@drawable/ios_edit_box_bkg"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:hint="请输入账号"
|
|
|
|
+ android:inputType="textEmailAddress" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/box_password"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:paddingLeft="25dp"
|
|
|
|
+ android:paddingRight="25dp"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- </FrameLayout>
|
|
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edit_password"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
+ android:background="@drawable/ios_edit_box_bkg"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:hint="请输入密码"
|
|
|
|
+ android:inputType="textPassword" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="25dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text="登录后,您可以:"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:textSize="13dp"
|
|
|
|
- android:textStyle="bold" />
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="15dp"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="· 使用云同步备份您的存档文件"
|
|
|
|
- android:textColor="@color/black75"
|
|
|
|
- android:textSize="13dp" />
|
|
|
|
|
|
+ android:layout_marginTop="25dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="登录后,您可以:"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="13dp"
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="7dp"
|
|
|
|
- android:text="· 享受随时随地的客户服务及7*24小时电话咨询服务"
|
|
|
|
- android:textColor="@color/black75"
|
|
|
|
- android:textSize="13dp" />
|
|
|
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="7dp"
|
|
|
|
- android:text="· 免费的远程协助和更大的云端存储空间"
|
|
|
|
- android:textColor="@color/black75"
|
|
|
|
- android:textSize="13dp" />
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="· 使用云同步备份您的存档文件"
|
|
|
|
+ android:textColor="@color/black75"
|
|
|
|
+ android:textSize="13dp" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
|
+ android:text="· 享受随时随地的客户服务及7*24小时电话咨询服务"
|
|
|
|
+ android:textColor="@color/black75"
|
|
|
|
+ android:textSize="13dp" />
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
|
+ android:text="· 免费的远程协助和更大的云端存储空间"
|
|
|
|
+ android:textColor="@color/black75"
|
|
|
|
+ android:textSize="13dp" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="15dp"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="25dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text="登录代表您同意"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:textSize="13dp" />
|
|
|
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="25dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text="《用户服务条款》"
|
|
|
|
- android:textColor="@color/dialogxIOSBlue"
|
|
|
|
- android:textSize="13dp" />
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="25dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="登录代表您同意"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="13dp" />
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="25dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="《用户服务条款》"
|
|
|
|
+ android:textColor="@color/dialogxIOSBlue"
|
|
|
|
+ android:textSize="13dp" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
-</LinearLayout>
|
|
|
|
|
|
+
|
|
|
|
+</RelativeLayout>
|