You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
5.7 KiB
166 lines
5.7 KiB
9 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:focusable="true"
|
||
|
android:focusableInTouchMode="true"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingHorizontal="@dimen/sw_22dp">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_55dp"
|
||
|
android:text="@string/engineering_surveying_integrated_management_system"
|
||
|
android:textColor="@color/text_color_1"
|
||
|
android:textSize="@dimen/sw_22sp"
|
||
|
android:textStyle="bold" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/engineering_surveying_integrated_management_system_en"
|
||
|
android:textColor="@color/text_color_1"
|
||
|
android:textSize="@dimen/sw_9sp"
|
||
|
android:textStyle="bold" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tvAccountDesc"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_55dp"
|
||
|
android:text="@string/group_account_login"
|
||
|
android:textColor="@color/text_color_1"
|
||
|
android:textSize="@dimen/sw_22sp"
|
||
|
android:textStyle="bold" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_15dp"
|
||
|
android:text="@string/account"
|
||
|
android:textColor="@color/c_727778"
|
||
|
android:textSize="@dimen/sw_11sp" />
|
||
|
|
||
|
<EditText
|
||
|
android:id="@+id/etAccount"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text=""
|
||
|
android:textColor="@color/text_color_1"
|
||
|
android:textSize="@dimen/sw_14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_15dp"
|
||
|
android:text="@string/password"
|
||
|
android:textColor="@color/c_727778"
|
||
|
android:textSize="@dimen/sw_11sp" />
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content">
|
||
|
|
||
|
<EditText
|
||
|
android:id="@+id/etPwd"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:inputType="textPassword"
|
||
|
android:textColor="@color/text_color_1"
|
||
|
android:textSize="@dimen/sw_14sp" />
|
||
|
|
||
|
<FrameLayout
|
||
|
android:id="@+id/pwdShowHide"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentEnd="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:padding="@dimen/sw_12dp">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/ivPwdShowHide"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="@drawable/bg_pwd_sc" />
|
||
|
|
||
|
</FrameLayout>
|
||
|
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tvError"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_6dp"
|
||
|
android:drawablePadding="@dimen/sw_6dp"
|
||
|
android:text=""
|
||
|
android:visibility="invisible"
|
||
|
app:drawableStartCompat="@drawable/login_error" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btnLogin"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/sw_24dp"
|
||
|
android:background="@drawable/bg_btn_login"
|
||
|
android:text="@string/login"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="@dimen/sw_16sp" />
|
||
|
|
||
|
<!--显示外部账号登录-->
|
||
|
<LinearLayout
|
||
|
android:id="@+id/llShowOutLogin"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="12dp"
|
||
|
android:gravity="center">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tvShowOutLogin"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="6dp"
|
||
|
android:text="@string/external_account_login"
|
||
|
android:textColor="@color/c_727778"
|
||
|
android:textSize="@dimen/sw_14sp" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<!--显示集团账号登录-->
|
||
|
<LinearLayout
|
||
|
android:id="@+id/llShowInnerLogin"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="12dp"
|
||
|
android:gravity="center"
|
||
|
android:visibility="gone">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tvShowInnerLogin"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="6dp"
|
||
|
android:text="@string/group_account_login"
|
||
|
android:textColor="@color/c_727778"
|
||
|
android:textSize="@dimen/sw_14sp" />
|
||
|
|
||
|
<View
|
||
|
android:layout_width="@dimen/sw_1dp"
|
||
|
android:layout_height="@dimen/sw_12dp"
|
||
|
android:background="@color/c_727778" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tvForgetPwd"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="6dp"
|
||
|
android:text="@string/forget_the_password"
|
||
|
android:textColor="@color/c_727778"
|
||
|
android:textSize="@dimen/sw_14sp" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
</LinearLayout>
|