| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- <?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"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- tools:context=".ui.login.AuthenticationActivity">
- <com.hjq.bar.TitleBar
- android:id="@+id/attc_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:title="@string/authentication_title" />
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_phone_icon"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/authentication_company"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <EditText
- android:id="@+id/attc_et_phone"
- android:background="@null"
- android:textSize="15.3sp"
- android:layout_marginLeft="22dp"
- android:hint="@string/authentication_company_hint"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:maxLength="20"
- android:maxLines="1"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_name"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/personal_data_name"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <EditText
- android:id="@+id/attc_et_name"
- android:background="@null"
- android:textSize="15.3sp"
- android:layout_marginLeft="50.5dp"
- android:hint="@string/personal_data_name_hint"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:maxLength="10"
- android:maxLines="1"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_idcard"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/personal_data_idnum"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <EditText
- android:id="@+id/attc_et_code"
- android:background="@null"
- android:textSize="15.3sp"
- android:layout_marginLeft="20dp"
- android:hint="@string/personal_data_idnum_hint"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:inputType="phone"
- android:maxLength="20"
- android:maxLines="1"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_email"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/personal_data_email"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <EditText
- android:id="@+id/attc_et_email"
- android:background="@null"
- android:textSize="15.3sp"
- android:layout_marginLeft="51.5dp"
- android:hint="@string/personal_data_email_hint"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:maxLength="25"
- android:maxLines="1"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_email"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/authentication__post"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <EditText
- android:id="@+id/attc_et_post"
- android:background="@null"
- android:textSize="15.3sp"
- android:layout_marginLeft="16dp"
- android:hint="@string/authentication__post_hint"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:maxLength="25"
- android:maxLines="1"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_email"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/authentication__license"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <ImageView
- android:id="@+id/attc_et_license"
- android:src="@mipmap/iv_upload_icon"
- android:layout_marginLeft="22dp"
- android:layout_width="77dp"
- android:layout_height="43dp"/>
- </LinearLayout>
- <LinearLayout
- android:layout_marginLeft="9.6dp"
- android:layout_marginRight="9.6dp"
- android:layout_marginTop="11.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:layout_height="55dp">
- <ImageView
- android:src="@mipmap/iv_information_email"
- android:layout_marginLeft="11.8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <TextView
- android:text="@string/authentication__prove"
- android:layout_marginLeft="10dp"
- android:textSize="15.3sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- <ImageView
- android:id="@+id/attc_et_prove"
- android:src="@mipmap/iv_upload_icon"
- android:layout_marginLeft="22dp"
- android:layout_width="77dp"
- android:layout_height="43dp" />
- </LinearLayout>
- <Button
- android:id="@+id/attc_btn_register"
- android:layout_width="282dp"
- android:layout_height="48dp"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="38.5dp"
- android:background="@drawable/selector_button"
- android:text="@string/authentication__register"
- android:textColor="@color/white"
- android:textSize="15.3sp" />
- </LinearLayout>
|