68 lines
2.3 KiB
XML
68 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
layout_gravity="center"
|
|
orientation="horizontal"
|
|
id="@+id/own_scb_account_layout"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="20dp"
|
|
paddingEnd="20dp">
|
|
<ImageView
|
|
id="@+id/image_group_arrow"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/black_arrow"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"/>
|
|
<TextView
|
|
id="@+id/total_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/image_group_arrow"
|
|
style="@style/2132017836"/>
|
|
<RelativeLayout
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentLeft="true"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/total_amount">
|
|
<TextView
|
|
id="@+id/group_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
id="@+id/recipients_number"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_below="@+id/group_name"
|
|
style="@style/2132017920"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
<View
|
|
id="@+id/footer_divider_view"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="5dp"/>
|
|
<View
|
|
id="@+id/divider_view"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="5dp"
|
|
layout_marginStart="20dp"/>
|
|
</LinearLayout>
|