| | |
| | |
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="30dp">
|
| | | android:layout_height="40dp">
|
| | | <TextView
|
| | | android:id="@+id/register_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:text="< 人员注册"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:gravity="center_vertical"
|
| | | android:layout_marginTop="10dp"
|
| | | android:layout_centerVertical="true"
|
| | | android:textColor="#8BD2F6"
|
| | |
| | | android:gravity="right"
|
| | | android:layout_marginTop="10dp"
|
| | | android:orientation="horizontal">
|
| | | <ImageView
|
| | | <!--<ImageView
|
| | | android:id="@+id/register_add"
|
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | |
| | | android:src="@mipmap/ic_launcher"
|
| | | android:layout_width="20dp"
|
| | | android:layout_height="20dp" />
|
| | | -->
|
| | | <TextView
|
| | | android:id="@+id/register_add"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="添加"/>
|
| | | <TextView
|
| | | android:id="@+id/register_save"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginRight="10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="保存"/>
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | |
|