73 lines
2.8 KiB
XML
73 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/consent_content"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
fillViewport="true"
|
|
layout_weight="1">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.webview.SCBWebView
|
|
id="@+id/wv_sensitive_consent"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<RadioGroup
|
|
gravity="center"
|
|
orientation="horizontal"
|
|
background="#00000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
weightSum="2">
|
|
<androidx.appcompat.widget.AppCompatRadioButton
|
|
id="@+id/rb_decline"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/ntb_dopa_consent_decline"
|
|
layout_weight="1"
|
|
buttonTint="@color/2131099712"
|
|
style="@style/2132017551"/>
|
|
<androidx.appcompat.widget.AppCompatRadioButton
|
|
id="@+id/rb_accept"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/ntb_dopa_consent_accept"
|
|
layout_weight="1"
|
|
buttonTint="@color/2131099712"
|
|
style="@style/2132017551"/>
|
|
</RadioGroup>
|
|
<View
|
|
id="@+id/more_options_devider_bottom"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
textColorLink="#7631c1"
|
|
gravity="start"
|
|
id="@+id/tv_privacy_notice"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/ntb_dopa_consent_privacy"
|
|
style="@style/2132017551"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
enabled="false"
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="26dp"
|
|
text="@string/next"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|