xuxiuxi
2017-05-02 fe29f318c4973f07f61713d2436d0bf533092db2
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
@@ -6,7 +6,7 @@
    android:layout_height="match_parent">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="30dp"
        android:layout_height="@dimen/h30dp"
        android:background="@color/colorPrimary"
        >
        <TextView
@@ -14,8 +14,8 @@
            android:layout_height="wrap_content"
            android:text="实时监控"
            android:layout_centerVertical="true"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="10dp"
            android:layout_marginLeft="@dimen/w10dp"
            android:layout_marginTop="@dimen/h10dp"
            />
        <TextView
            android:layout_width="match_parent"
@@ -28,7 +28,7 @@
    </RelativeLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="350dp"
        android:layout_height="@dimen/h350dp"
        android:orientation="horizontal"
        android:paddingLeft="2dp"
        android:paddingRight="2dp">