Merge remote-tracking branch 'OutDoor/secondaryExploit' into secondaryExploit
This commit is contained in:
@@ -113,28 +113,49 @@
|
||||
android:layout_height="1dp"
|
||||
android:background="#2196F3" />
|
||||
|
||||
<LinearLayout
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_card"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="身份证号:"
|
||||
android:textColor="#333"
|
||||
android:textSize="18sp" />
|
||||
android:textSize="18sp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et_namePhone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@null"
|
||||
android:hint="请输入身份证号"
|
||||
android:textSize="16sp" />
|
||||
</LinearLayout>
|
||||
android:textColorHint="@color/colorRed"
|
||||
android:layout_marginLeft="100dp"
|
||||
android:layout_marginRight="50dp"
|
||||
android:hint="点击拍照自动识别"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tv_card"
|
||||
app:layout_constraintTop_toTopOf="@+id/tv_card"
|
||||
/>
|
||||
<ImageView
|
||||
android:id="@+id/user_attestation_camera"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:src="@drawable/ic_baseline_camera"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@+id/et_namePhone"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user