105 lines
4.2 KiB
XML
105 lines
4.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
||
|
layout_gravity="center"
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_white_rounded"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<ScrollView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/imageView2"
|
||
|
layout_width="64dp"
|
||
|
layout_height="56dp"
|
||
|
layout_marginTop="32dp"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0xf="@drawable/risk_assessment_info"/>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/investment_risk_expired"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/textView2"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_risk_purchase"
|
||
|
style="@style/2132017919"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="20dp"
|
||
|
layout_marginBottom="5dp"
|
||
|
text="@string/investment_risk_confirm"
|
||
|
style="@style/2132017919"/>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp">
|
||
|
<TextView
|
||
|
id="@+id/risk_code_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017869"/>
|
||
|
<TextView
|
||
|
id="@+id/risk_level_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="4dp"
|
||
|
style="@style/2132017869"/>
|
||
|
<TextView
|
||
|
id="@+id/risk_level_value_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="4dp"
|
||
|
style="@style/2132017869"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text=")"
|
||
|
style="@style/2132017869"/>
|
||
|
</LinearLayout>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/confirm_button"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="45dp"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0xe="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x10="@string/confirm"
|
||
|
NOT_FOUND_0x11="@color/2131100912"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/investment_risk_later"
|
||
|
style="@style/2132017919"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/cancel_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="45dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="26dp"
|
||
|
NOT_FOUND_0xe="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x10="@string/skip"
|
||
|
NOT_FOUND_0x11="@color/2131100876"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|
||
|
</LinearLayout>
|