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

66 lines
2.1 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/billed_detail_container"
background="#ffffff"
layout_width="match_parent"
layout_height="76dp">
<View
id="@+id/billed_line"
layout_height="24dp"
layout_marginStart="24dp"
style="@style/2132018227"/>
<View
id="@+id/billed_dot"
background="@drawable/shape_txn_item_dot"
layout_width="8dp"
layout_height="8dp"
layout_below="@+id/billed_line"
layout_marginStart="20dp"/>
<View
id="@+id/billed_vertical_line_view"
layout_below="@+id/billed_dot"
layout_marginStart="24dp"
style="@style/2132018227"/>
<TextView
ellipsize="end"
id="@+id/billed_detail_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_toStartOf="@+id/billed_detail_value"
layout_toEndOf="@+id/billed_dot"
style="@style/2132017881"/>
<TextView
ellipsize="end"
id="@+id/billed_pending"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/bill_pending"
lines="1"
layout_below="@+id/billed_detail_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_toStartOf="@+id/billed_detail_value"
layout_toEndOf="@+id/billed_dot"
style="@style/2132017952"/>
<TextView
id="@+id/billed_detail_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_toStartOf="@+id/expand_icon_image_view"
style="@style/2132017881"/>
<TextView
id="@+id/billed_detail_date"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/billed_detail_value"
layout_toStartOf="@+id/expand_icon_image_view"
style="@style/2132017684"/>
<include layout="@layout/2131559021"/>
</RelativeLayout>