84 lines
3.0 KiB
XML
84 lines
3.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_deejung_top_view"
|
|
background="#00000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include
|
|
id="@+id/layout_card_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0xf="@+id/deejung_monthly_payment_detail_label"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0"
|
|
layout="@layout/2131560065"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/deejung_monthly_payment_detail_label"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x15="@+id/layout_card_info">
|
|
<TextView
|
|
id="@+id/deejung_purchase_payment_details_title"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/purchase_payment_details"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x16="0"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/deejung_purchase_payment_details_divider"
|
|
visibility="gone"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="@+id/deejung_purchase_payment_details_title"
|
|
style="@style/2132018229"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/purchase_amount_label"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/total_requested_amount"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="@+id/purchase_amount"
|
|
NOT_FOUND_0x15="@+id/deejung_monthly_payment_detail_label"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/purchase_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="@+id/deejung_monthly_payment_detail_label"
|
|
style="@style/2132017881"/>
|
|
<View
|
|
id="@+id/dividerPurchaseAmount"
|
|
background="#eae7ec"
|
|
layout_width="0dp"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="@+id/purchase_amount_label"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|