28 lines
1.0 KiB
XML
28 lines
1.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"
|
||
|
id="@+id/layout_review_page_bottom"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.cardmanagement.TermsAndConditionsView
|
||
|
id="@+id/terms_and_conditions"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xe="0"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/btn_confirm"
|
||
|
layout_width="match_parent"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/confirm"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/terms_and_conditions"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|