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

72 lines
2.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/auto_single_form_risk_level_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<TextView
id="@+id/tv_subtitle"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/single_form_risk_level_subtitle"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_risk_level"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"/>
<View style="@style/2132018228"/>
<Space
layout_width="wrap_content"
layout_height="0dp"
layout_weight="1"/>
<TextView
id="@+id/tv_instruction_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/single_form_risk_level_instructions_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/tv_instruction_subtitle"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
text="@string/auto_single_form_risk_level_remark"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017873"/>
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>