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

67 lines
2.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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="horizontal"
id="@+id/container_relative_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<LinearLayout
orientation="vertical"
id="@+id/left_layout"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_weight="1"
layout_marginStart="16dp">
<TextView
ellipsize="end"
id="@+id/name_outgoing_textview"
layout_width="match_parent"
layout_height="24dp"
layout_marginBottom="1dp"
maxLines="1"
style="@style/2132017836"/>
<TextView
id="@+id/pxoxy_number_outgoing_textview"
layout_width="match_parent"
layout_height="24dp"
style="@style/2132017925"/>
<TextView
id="@+id/due_date_outgoing_textview"
layout_width="match_parent"
layout_height="24dp"
style="@style/2132017916"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
paddingStart="8dp"
layout_marginEnd="23dp">
<TextView
gravity="right"
id="@+id/amount_outgoing_textview"
layout_width="match_parent"
layout_height="24dp"
layout_marginBottom="5dp"
style="@style/2132017836"/>
<TextView
gravity="right"
id="@+id/status_outgoing_textview"
layout_width="match_parent"
layout_height="24dp"
layout_marginBottom="5dp"
style="@style/2132017916"/>
</LinearLayout>
</LinearLayout>
<FrameLayout
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>