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

106 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/layout_sme_loan_bill_to_pay"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/bills_to_pay_label"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017929"/>
<com.scb.phone.view.custom.common.CustomBillsToPay
id="@+id/custom_bills_to_pay"
background="@drawable/bg_white_rounded"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="4dp"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginStart="20dp"
layout_marginEnd="20dp"
elevation="2dp"/>
</LinearLayout>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
id="@+id/text_sme_loan_detail_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/sme_loan_detail_label"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017929"/>
<TextView
gravity="end|top"
id="@+id/text_sme_loan_detail_total_label"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/sme_loan_detail_total_label"
layout_alignTop="@+id/text_sme_loan_detail_label"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017929"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_sme_loan_detail_empty_state"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_sme_loan_detail_label">
<View style="@style/2132018228"/>
<ImageView
layout_gravity="center"
padding="4dp"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="16dp"
src="@drawable/ic_sme_loan_empty"
adjustViewBounds="true"/>
<TextView
textColor="#454249"
gravity="center"
layout_gravity="center"
id="@+id/text_sme_loan_detail_empty_state_message"
paddingTop="8dp"
paddingBottom="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_detail_empty_note_state_message"
style="@style/2132017876"/>
<View style="@style/2132018228"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_sme_loan_detail_list"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_sme_loan_detail_label">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_sme_loan_detail"
layout_width="match_parent"
layout_height="wrap_content"/>
<View style="@style/2132018228"/>
</LinearLayout>
</RelativeLayout>
</LinearLayout>