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

75 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
id="@+id/layout_container"
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/scbs_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="16dp"
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"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
NOT_FOUND_0xe="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0xf="@integer/2131427477"/>
<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/scbs_risk_level_instruction_subtitle"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017873"/>
<Button
id="@+id/button_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>
</ScrollView>