| | |
| | | android:layout_height="76dp"
|
| | | android:gravity="right|center_vertical"
|
| | | android:orientation="horizontal">
|
| | | <!--
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_print"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:src="@mipmap/ic_launcher"/>
|
| | | android:src="@mipmap/visitor_register_print"/>
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_add"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:layout_marginLeft="20dp"
|
| | | android:src="@mipmap/ic_launcher"/>
|
| | | android:src="@mipmap/visitor_register_add"/>
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_save"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:layout_marginLeft="20dp"
|
| | | android:layout_marginRight="@dimen/view_size_50"
|
| | | android:src="@mipmap/ic_launcher"/>
|
| | | android:src="@mipmap/visitor_register_save"/>
|
| | | -->
|
| | | <TextView
|
| | | android:id="@+id/visitor_register_print"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="打印"/>
|
| | | <TextView
|
| | | android:id="@+id/visitor_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/visitor_register_save"
|
| | | 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="保存"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|