what-the-bank/resources/res/layout/2131559411.xml

45 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
gravity="center"
orientation="vertical"
id="@+id/activity_main"
paddingTop="32dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="match_parent"
paddingStart="16dp"
paddingEnd="16dp">
<ImageView
layout_width="48dp"
layout_height="48dp"
tint="#7631c1"
NOT_FOUND_0xe="@drawable/ic_fingerprint"/>
<TextView
gravity="center"
id="@+id/tv_fp_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/fingerprint_dialog_title"
textAllCaps="true"
style="@style/2132017835"/>
<TextView
gravity="center"
id="@+id/tv_fp_message"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/fingerprint_dialog_content"
style="@style/2132017836"/>
<Button
textColor="#7631c1"
id="@+id/btn_fp_cancel"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/cancel"
textAllCaps="true"
fontPath="fonts/db_heavent_regular.ttf"
style="?android:attr/buttonBarButtonStyle"/>
</LinearLayout>