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

76 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
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"
layout_marginBottom="16dp"
fillViewport="true"
NOT_FOUND_0x10="@+id/bt_next"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<com.scb.phone.view.custom.webview.SCBWebView
id="@+id/wv_cross_match_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_marginBottom="16dp"
weightSum="2"
layout_marginHorizontal="@dimen/2131165433">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_decline"
layout_width="0dp"
layout_height="wrap_content"
text="@string/auto_csent_sensitive_decline"
layout_weight="1"
buttonTint="@color/2131099712"
style="@style/2132017550"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_accept"
layout_width="0dp"
layout_height="wrap_content"
text="@string/auto_csent_sensitive_accept"
layout_weight="1"
buttonTint="@color/2131099712"
style="@style/2132017550"/>
</RadioGroup>
<View
id="@+id/more_options_divider_bottom"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132018228"/>
<TextView
gravity="start"
id="@+id/tv_privacy_notice"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
style="@style/2132017550"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<androidx.appcompat.widget.AppCompatButton
enabled="false"
id="@+id/bt_next"
layout_width="match_parent"
layout_height="50dp"
layout_marginBottom="26dp"
text="@string/next"
layout_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0xf="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>