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

88 lines
3.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_external_instruction_main_title"
textAlignment="center"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017879"/>
<TextView
gravity="center"
paddingTop="8dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_external_instruction_secondary_title"
textAlignment="center"
style="@style/2132017914"/>
<TextView
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_external_instruction_good_to_know"
style="@style/2132017846"/>
<TextView
gravity="center"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_external_instruction_first_step"
textAlignment="center"
paddingStart="32dp"
paddingEnd="32dp"
style="@style/2132017873"/>
<ImageView
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/notify_cal"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
gravity="center"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_external_instruction_second_step"
textAlignment="center"
paddingStart="32dp"
paddingEnd="32dp"
style="@style/2132017873"/>
<ImageView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
src="@drawable/entrypoint"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<FrameLayout
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/btn_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="32dp"
layout_marginBottom="32dp"
text="@string/hml_external_instruction_next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</FrameLayout>
</LinearLayout>
</ScrollView>