|
|
@ -24,6 +24,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/TakePhoto"
|
|
|
|
android:id="@+id/TakePhoto"
|
|
|
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_width="66dp"
|
|
|
|
android:layout_width="66dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
@ -34,11 +35,38 @@
|
|
|
|
android:id="@+id/ViewPhoto"
|
|
|
|
android:id="@+id/ViewPhoto"
|
|
|
|
android:layout_width="66dp"
|
|
|
|
android:layout_width="66dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_toRightOf="@+id/TakePhoto"
|
|
|
|
android:layout_toRightOf="@+id/TakePhoto"
|
|
|
|
android:layout_x="90dp"
|
|
|
|
android:layout_x="90dp"
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:src="@drawable/look" />
|
|
|
|
android:src="@drawable/look" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_alignParentStart="true"
|
|
|
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
|
|
|
android:gravity="right"
|
|
|
|
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
|
|
|
|
android:layout_marginRight="15dp"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
|
|
|
android:text="生命体征识别 启用"
|
|
|
|
|
|
|
|
android:textSize="18dp"
|
|
|
|
|
|
|
|
android:textColor="@android:color/white"
|
|
|
|
|
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
|
|
|
android:layout_width="25dp"
|
|
|
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
|
|
|
android:src="@drawable/circle" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<!-- <ImageView-->
|
|
|
|
<!-- <ImageView-->
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|