84 lines
3.2 KiB
XML
84 lines
3.2 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
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0x10="@+id/cs_debit_layout_button"
|
||
|
NOT_FOUND_0x13="0">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_benefit_detail"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="124dp"
|
||
|
src="@drawable/background_bird_01"
|
||
|
scaleType="centerCrop"
|
||
|
adjustViewBounds="true"/>
|
||
|
<com.scb.phone.view.custom.webview.SCBWebView
|
||
|
id="@+id/wv_debit_benefit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_debit_layout_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0">
|
||
|
<LinearLayout
|
||
|
id="@+id/ll_debit_one_button_container"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginLeft="16dp"
|
||
|
layout_marginRight="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0">
|
||
|
<Button
|
||
|
id="@+id/btn_debit_select"
|
||
|
layout_width="0dp"
|
||
|
layout_height="match_parent"
|
||
|
text="@string/debit_card_benefit_cvp_btn_select"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
id="@+id/ll_debit_two_button_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginLeft="16dp"
|
||
|
layout_marginRight="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0">
|
||
|
<Button
|
||
|
id="@+id/btn_debit_register"
|
||
|
visibility="visible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
text="@string/debit_card_benefit_tvi_btn_register"
|
||
|
layout_weight="1"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/btn_debit_manage"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
text="@string/debit_card_benefit_tvi_btn_manage"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|