| | |
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:background="@android:color/white"
|
| | | android:layout_height="match_parent">
|
| | |
|
| | | <ScrollView
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:orientation="vertical">
|
| | |
|
| | | <LinearLayout
|
| | |
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="right"
|
| | | android:layout_marginTop="10dp"
|
| | | android:orientation="horizontal">
|
| | | <ImageView
|
| | | android:id="@+id/register_add"
|
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | | android:layout_height="20dp" />
|
| | | <ImageView
|
| | | android:id="@+id/register_save"
|
| | | android:layout_marginLeft="19dp"
|
| | | android:layout_marginRight="35dp"
|
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | | android:layout_height="20dp" />
|
| | | </LinearLayout>
|
| | | android:layout_height="25dp">
|
| | | <TextView
|
| | | android:id="@+id/register_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="< 人员注册"
|
| | | android:layout_marginLeft="3dp"
|
| | | android:layout_centerVertical="true"
|
| | | android:textColor="#8BD2F6"
|
| | | />
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="right"
|
| | | android:layout_marginTop="10dp"
|
| | | android:orientation="horizontal">
|
| | | <ImageView
|
| | | android:id="@+id/register_add"
|
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | | android:layout_height="20dp" />
|
| | | <ImageView
|
| | | android:id="@+id/register_save"
|
| | | android:layout_marginLeft="19dp"
|
| | | android:layout_marginRight="35dp"
|
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | | android:layout_height="20dp" />
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | |
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|