| | |
| | | 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" |