59 lines
2.2 KiB
XML
59 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/bills_to_pay_image_view"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginEnd="14dp"/>
|
|
<TextView
|
|
id="@+id/bills_to_pay_completed"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/bills_to_pay_image_view"
|
|
style="@style/2132017939"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="150dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginEnd="14dp"
|
|
layout_toStartOf="@+id/bills_to_pay_default_button"
|
|
layout_toEndOf="@+id/bills_to_pay_image_view">
|
|
<TextView
|
|
id="@+id/bills_to_pay_amount_title_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
fontPath="fonts/db_heavent_medium.ttf"/>
|
|
<TextView
|
|
id="@+id/bills_to_pay_amount_due_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
textAllCaps="true"
|
|
fontPath="fonts/db_heavent_medium.ttf"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/bills_to_pay_due_date_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
fontPath="fonts/PSL001Pro.ttf"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/bills_to_pay_default_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="70dp"
|
|
layout_height="35dp"
|
|
layout_marginTop="8dp"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x11="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0x12="@string/pay"
|
|
NOT_FOUND_0x13="@color/2131100876"/>
|
|
</merge>
|