| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | | <RadioGroup
|
| | | android:id="@+id/visitor_register_radio"
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="51dp"
|
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_left"
|
| | | android:button="@null"
|
| | | android:text="来访人员"
|
| | | android:textColor="@color/tab_visitor_register"
|
| | | android:background="@drawable/visitor_register_rb_left"
|
| | | android:checked="true"
|
| | | android:layout_height="wrap_content">
|
| | | <TextView
|
| | | android:id="@+id/visitor_register_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_right"
|
| | | android:button="@null"
|
| | | android:text="被访人员"
|
| | | android:textColor="@color/tab_visitor_register"
|
| | | android:background="@drawable/visitor_register_rb_right"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | </RadioGroup>
|
| | | android:layout_height="wrap_content"
|
| | | android:text="< 来访登记"
|
| | | android:layout_marginLeft="3dp"
|
| | | android:layout_centerVertical="true"
|
| | | android:textColor="#8BD2F6"
|
| | | />
|
| | | <RadioGroup
|
| | | android:id="@+id/visitor_register_radio"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="51dp"
|
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_left"
|
| | | android:button="@null"
|
| | | android:text="来访人员"
|
| | | android:textColor="@color/tab_visitor_register"
|
| | | android:background="@drawable/visitor_register_rb_left"
|
| | | android:checked="true"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_right"
|
| | | android:button="@null"
|
| | | android:text="被访人员"
|
| | | android:textColor="@color/tab_visitor_register"
|
| | | android:background="@drawable/visitor_register_rb_right"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | </RadioGroup>
|
| | | </RelativeLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|