73 lines
2.7 KiB
XML
73 lines
2.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
fitsSystemWindows="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true"
|
||
|
layout_below="@+id/toolbar">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/fields_container"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
elevation="2dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_risk_level_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/risk_selection_title_first"
|
||
|
style="@style/2132017875"/>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/risk_selection_text_first"
|
||
|
style="@style/2132017664"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_risk_levels"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<TextView
|
||
|
textColor="#353239"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/risk_selection_title_second"
|
||
|
style="@style/2132017662"/>
|
||
|
<TextView
|
||
|
textColor="#353239"
|
||
|
id="@+id/tv_risk_level_remark_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/risk_selection_text_second"
|
||
|
style="@style/2132017658"/>
|
||
|
</LinearLayout>
|
||
|
<androidx.legacy.widget.Space
|
||
|
id="@+id/space"
|
||
|
focusable="true"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/bt_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/risk_selection_continue"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|