52 lines
1.6 KiB
XML
52 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/ll_close_acount_details_item"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_details_container_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_details_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="32dp"
|
|
layout_marginEnd="16dp"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/ll_total_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
layout_gravity="top"
|
|
id="@+id/label_left"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="top|right"
|
|
id="@+id/label_right"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/divider"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginStart="8dp"/>
|
|
</LinearLayout>
|