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

50 lines
1.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
style="@style/2132017182">
<LinearLayout
gravity="center"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_disabled"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
gravity="center"
id="@+id/ntb_pin_disabled_title_tv"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/hml_ntb_pin_disabled_title"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017875"/>
<TextView
gravity="center"
id="@+id/ntb_pin_disabled_subtitle_tv"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="8dp"
text="@string/hml_ntb_pin_disabled_description"
style="@style/2132017920"/>
</LinearLayout>
<Button
layout_gravity="bottom"
id="@+id/bt_ntb_pin_disabled_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/hml_ntb_pin_disabled_button"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>