xuxiuxi
2017-03-27 58709381b8d90f12b7b0197e208ab546907f2cf8
VisitFace/DemoForBsk/app/src/main/res/layout/visitor_register_left.xml
@@ -2,6 +2,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">
    <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="&lt; 来访登记"
            android:layout_marginLeft="3dp"
            android:layout_centerVertical="true"
            android:textColor="#8BD2F6"
            />
    <RadioGroup
        android:id="@+id/visitor_register_radio"
        android:layout_width="match_parent"
@@ -26,6 +38,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
    </RadioGroup>
    </RelativeLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"