85 lines
2.8 KiB
XML
85 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.webview.SCBWebView
|
|
id="@+id/webview"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_above="@+id/ll_check_box_section"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_check_box_section"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_above="@+id/bottom_buttons">
|
|
<View
|
|
id="@+id/ve_separator"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_first"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017670"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_second"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017670"/>
|
|
<Space
|
|
layout_width="match_parent"
|
|
layout_height="24dp"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/bottom_buttons"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
weightSum="2"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
id="@+id/button_decline"
|
|
layout_width="0dp"
|
|
layout_height="50dp"
|
|
layout_marginTop="18dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/decline_radio"
|
|
layout_weight="1"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017536"/>
|
|
<Button
|
|
textColor="#ffffff"
|
|
id="@+id/button_accept"
|
|
layout_width="0dp"
|
|
layout_height="50dp"
|
|
layout_marginTop="18dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/accept_radio"
|
|
layout_weight="1"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|