xuxiuxi
2017-03-27 95e989938169a6e892f19f2ef5d19d0d9b9ce65d
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
@@ -4,7 +4,27 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="25dp"
        android:background="@color/colorPrimary"
        >
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="实时监控"
            android:layout_centerVertical="true"
            android:layout_marginLeft="5dp"
            />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="人脸识别访客系统"
            android:gravity="center"
            android:layout_centerInParent="true"
            />
    </RelativeLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="350dp"