| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tel_phone_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="30dp"
|
| | | android:text="< 电话呼叫"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginTop="10dp"
|
| | | android:layout_centerVertical="true"
|
| | | android:textColor="#8BD2F6"
|
| | | />
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content">
|
| | | <TextView
|
| | | android:id="@+id/visitor_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"
|
| | | />
|
| | | android:layout_height="wrap_content"
|
| | | android:visibility="gone">
|
| | |
|
| | | <RadioGroup
|
| | | android:id="@+id/visitor_register_radio"
|
| | | android:layout_width="match_parent"
|