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

123 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
id="@+id/ll_layout_name"
layout_width="match_parent"
layout_height="wrap_content"
paddingVertical="@dimen/2131165497">
<TextView
id="@+id/tv_risk_success_name_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/risk_success_name_title"
textAllCaps="true"
layout_marginEnd="8dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_success_name"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
</LinearLayout>
<View
id="@+id/vw_separator_name"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
id="@+id/ll_layout_score"
layout_width="match_parent"
layout_height="wrap_content"
paddingVertical="@dimen/2131165497">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/risk_success_score_title"
textAllCaps="true"
layout_marginEnd="8dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_success_score"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
</LinearLayout>
<View
id="@+id/vw_separator_score"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
id="@+id/ll_layout_risk_level"
layout_width="match_parent"
layout_height="wrap_content"
paddingVertical="@dimen/2131165497">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_single_form_suitability_assessment_result_level"
textAllCaps="true"
layout_marginEnd="8dp"
style="@style/2132017871"/>
<Space
layout_width="0dp"
layout_height="1dp"
layout_weight="1"/>
<TextView
gravity="end"
layout_gravity="end"
id="@+id/tv_risk_level"
background="@drawable/shape_purple_border_rounded_rectangle"
layout_width="wrap_content"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165518"
style="@style/2132017974"/>
</LinearLayout>
<View
id="@+id/vw_separator_risk_level"
style="@style/2132018228"/>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
id="@+id/ll_layout_investor_type"
layout_width="match_parent"
layout_height="wrap_content"
paddingVertical="@dimen/2131165497">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/risk_success_investor_title"
textAllCaps="true"
layout_marginEnd="8dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_risk_success_investor_type"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017881"/>
</LinearLayout>
<View
id="@+id/vw_separator_investor_type"
style="@style/2132018228"/>
<TextView
id="@+id/tv_baa_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/risk_success_asset_title"
textAllCaps="true"
layout_marginVertical="@dimen/2131165433"
style="@style/2132017871"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_baa"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>