50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/amount_container_relative_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.cardview.widget.CardView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_loaninfo_header_title"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="12dp"
|
|
style="@style/2132017970"/>
|
|
<View
|
|
id="@+id/v_separator"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginBottom="12dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.hml.CustomLoanSuccessInformation
|
|
id="@+id/clsi_counter_loaninfo"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"/>
|
|
<Button
|
|
id="@+id/bt_accept"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_margin="16dp"
|
|
text="@string/hml_outcome_counter_offer_item_accept"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</FrameLayout>
|