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

67 lines
2.2 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">
<ImageView
id="@+id/image"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="40dp"
layout_marginBottom="32dp"
src="@drawable/push_registration_alert"
adjustViewBounds="true"
layout_above="@+id/header"
layout_alignParentTop="true"
layout_centerHorizontal="true"/>
<TextView
id="@+id/header"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="24dp"
text="@string/onboarding_registration_push_title"
layout_above="@+id/subheader"
layout_centerHorizontal="true"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017889"/>
<TextView
id="@+id/subheader"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="32dp"
text="@string/onboarding_registration_push_sub_title"
layout_above="@+id/buttons"
layout_centerHorizontal="true"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<LinearLayout
orientation="horizontal"
id="@+id/buttons"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp"
layout_alignParentBottom="true"
layout_centerHorizontal="true">
<Button
id="@+id/button_cancel"
layout_width="0dp"
text="@string/onboarding_registration_button_cancel"
layout_weight="0.5"
layout_marginStart="16dp"
layout_marginEnd="8dp"
style="@style/2132017536"/>
<Button
id="@+id/button_ok"
layout_width="0dp"
text="@string/onboarding_registration_push_button_ok"
layout_weight="0.5"
layout_marginStart="8dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>