55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/image"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="114dp"
|
||
|
src="@drawable/touch"
|
||
|
adjustViewBounds="true"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"/>
|
||
|
<TextView
|
||
|
id="@+id/text"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="6dp"
|
||
|
text="@string/fingerprint_registration_text"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="44dp"
|
||
|
layout_marginEnd="44dp"
|
||
|
NOT_FOUND_0xd="@+id/left_button"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/image"
|
||
|
style="@style/2132017883"/>
|
||
|
<Button
|
||
|
id="@+id/left_button"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/fingerprint_registration_left_button"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xf="@+id/right_button"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/right_button"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/fingerprint_registration_right_button"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="@+id/left_button"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|