| | |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@color/colorRed" |
| | | android:textSize="@dimen/h16" |
| | | android:text="报警类型:人脸" |
| | | android:text="报警类型:人脸识别" |
| | | /> |
| | | <LinearLayout |
| | | android:id="@+id/matchPersonListParent" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="底库: " |
| | | android:text="" |
| | | android:textColor="@color/colorRed" |
| | | android:textSize="@dimen/h16" /> |
| | | <RelativeLayout |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:text="底库:" |
| | | android:text="" |
| | | android:textColor="@color/colorRed" |
| | | android:textSize="@dimen/h16" /> |
| | | <com.basic.security.widget.CustomSpinner2 |
| | |
| | | </RelativeLayout> |
| | | </LinearLayout> |
| | | <RelativeLayout |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <ImageView |