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

165 lines
6.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/auto_single_form_suitability_assessment_result_title"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_name_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_mf_name"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_name_value"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="16dp"
style="@style/2132017881"/>
</LinearLayout>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_total_score"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_score"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="16dp"
style="@style/2132017881"/>
</LinearLayout>
<View
id="@+id/vw_divider_risk_level"
visibility="gone"
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
id="@+id/ll_risk_level"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="0dp"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_level"
layout_weight="1"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_level_icon"
background="@drawable/shape_purple_border_rounded_rectangle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
paddingHorizontal="@dimen/2131165518"
style="@style/2132017974"/>
</LinearLayout>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_investor"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_message"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="16dp"
style="@style/2132017881"/>
</LinearLayout>
<View
id="@+id/vw_divider_basic_asset_allocation"
visibility="gone"
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_basic_asset_allocation"
paddingTop="16dp"
paddingBottom="12dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_mf_asset_allocation"
style="@style/2132017871"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_basic_asset_allocation"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
layout_marginStart="10dp"/>
</LinearLayout>
</LinearLayout>
<TextView
id="@+id/tv_disclaimer"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
<androidx.legacy.widget.Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
textColor="#ffffff"
id="@+id/bt_next"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
text="@string/auto_single_form_next_button"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>