删除原本人脸识别的内容
This commit is contained in:
@@ -58,17 +58,10 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/camera_1"
|
||||
android:text="这里整一个下拉框,选场馆"
|
||||
android:textSize="20dp"
|
||||
android:textStyle="bold"
|
||||
android:layout_weight="1"/>
|
||||
<ImageView
|
||||
android:id="@+id/camer_check_1"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@mipmap/ico_check"
|
||||
android:layout_marginRight="20dp"
|
||||
android:visibility="gone"/>
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -89,17 +82,10 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/camera_2"
|
||||
android:text="这里整一个下拉框,只能选出场、进场"
|
||||
android:textSize="20dp"
|
||||
android:textStyle="bold"
|
||||
android:layout_weight="1"/>
|
||||
<ImageView
|
||||
android:id="@+id/camer_check_2"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@mipmap/ico_check"
|
||||
android:layout_marginRight="20dp"
|
||||
android:visibility="gone"/>
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user