43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="@drawable/shape_myfunds_group_footer"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_details_client_total"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
id="@+id/text_balance"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
drawablePadding="8dp"
|
||
|
style="@style/2132017881"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/text_gain"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017934"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|