| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- <?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"
- android:weightSum="10"
- tools:context=".ui.login.AuthenticationActivity">
- <com.hjq.bar.TitleBar
- android:id="@+id/attc_title"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.8"
- app:title="@string/authentication_title" />
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_below="@+id/attc_title"
- android:layout_weight="8.4">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_company" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/authentication_company"
- android:textSize="15.3sp" />
- <TextView
- android:id="@+id/attc_et_phone"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="22dp"
- android:layout_weight="1"
- android:hint="@string/authentication_company_hint"
- android:maxLength="20"
- android:maxLines="1"
- android:textSize="15.3sp" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="17dp"
- android:layout_marginRight="15dp"
- android:src="@mipmap/iv_arrowright_icon"
- android:textSize="18sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_name" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/personal_data_name"
- android:textSize="15.3sp" />
- <EditText
- android:id="@+id/attc_et_name"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="50.5dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/personal_data_name_hint"
- android:maxLength="10"
- android:maxLines="1"
- android:textSize="15.3sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_idcard" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/personal_data_idnum"
- android:textSize="15.3sp" />
- <EditText
- android:id="@+id/attc_et_code"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/personal_data_idnum_hint"
- android:maxLength="20"
- android:maxLines="1"
- android:textSize="15.3sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_email" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/personal_data_email"
- android:textSize="15.3sp" />
- <EditText
- android:id="@+id/attc_et_email"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="51.5dp"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/personal_data_email_hint"
- android:maxLength="25"
- android:maxLines="1"
- android:textSize="15.3sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="100dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_post" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/authentication__post"
- android:textSize="15.3sp" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_weight="1"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_information_hospital"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:hint="企业类型" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/gray" />
- <TextView
- android:id="@+id/tv_information_factory"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:hint="职务" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/attc_ll_license"
- android:layout_width="match_parent"
- android:layout_height="63dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:visibility="gone">
- <ImageView
- android:layout_width="22dp"
- android:layout_height="22dp"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_license" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/authentication__license"
- android:textSize="15.3sp" />
- <cn.bingoogolapple.photopicker.widget.BGASortableNinePhotoLayout
- android:id="@+id/snpl_moment_add_photos"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="22dp"
- app:bga_snpl_deleteDrawable="@mipmap/bga_pp_ic_delete"
- app:bga_snpl_deleteDrawableOverlapQuarter="false"
- app:bga_snpl_editable="true"
- app:bga_snpl_itemCornerRadius="0dp"
- app:bga_snpl_itemWhiteSpacing="6dp"
- app:bga_snpl_itemWidth="55dp"
- app:bga_snpl_maxItemCount="3"
- app:bga_snpl_otherWhiteSpacing="0dp"
- app:bga_snpl_placeholderDrawable="@mipmap/bga_pp_ic_holder_light"
- app:bga_snpl_plusDrawable="@mipmap/iv_upload_icon"
- app:bga_snpl_plusEnable="true"
- app:bga_snpl_sortable="false" />
- <ImageView
- android:id="@+id/attc_et_license"
- android:layout_width="63dp"
- android:layout_height="43dp"
- android:layout_marginLeft="22dp"
- android:src="@mipmap/iv_upload_icon"
- android:visibility="gone" />
- <!--<TextView
- android:id="@+id/attc_et_imgcount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="50dp"
- android:textSize="10dp" />-->
- </LinearLayout>
- <LinearLayout
- android:id="@+id/attc_ll_prove"
- android:layout_width="match_parent"
- android:layout_height="63dp"
- android:layout_marginLeft="9.6dp"
- android:layout_marginTop="11.6dp"
- android:layout_marginRight="9.6dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:visibility="gone">
- <ImageView
- android:layout_width="22dp"
- android:layout_height="22dp"
- android:layout_marginLeft="11.8dp"
- android:src="@mipmap/iv_information_license" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/authentication__prove"
- android:textSize="15.3sp" />
- <ImageView
- android:id="@+id/attc_et_prove"
- android:layout_width="55dp"
- android:layout_height="55dp"
- android:layout_marginLeft="25dp"
- android:scaleType="centerCrop"
- android:src="@mipmap/iv_upload_icon" />
- <Button
- android:id="@+id/download_btn"
- android:layout_width="60dp"
- android:layout_height="33dp"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="45dp"
- android:background="@drawable/download_button"
- android:src="@mipmap/iv_upload_icon"
- android:text="@string/login_dowload"
- android:textColor="@color/white"
- android:textSize="10sp" />
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- <Button
- android:id="@+id/attc_btn_register"
- android:layout_width="282dp"
- android:layout_height="0dp"
- android:layout_gravity="center"
- android:layout_marginTop="5dp"
- android:layout_marginBottom="5dp"
- android:layout_weight="0.7"
- android:background="@drawable/selector_button"
- android:text="@string/authentication__register"
- android:textColor="@color/white"
- android:textSize="15.3sp" />
- </LinearLayout>
|