129 lines
4.7 KiB
XML
129 lines
4.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_white_rounded"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="5dp"
|
||
|
foreground="@drawable/ripple_rounded_4_purple"
|
||
|
elevation="2dp"
|
||
|
paddingVertical="@dimen/2131165495">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="3dp"
|
||
|
layout_alignParentTop="true"
|
||
|
paddingHorizontal="@dimen/2131165495">
|
||
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
layout_width="13dp"
|
||
|
layout_height="13dp"
|
||
|
layout_marginTop="5dp"
|
||
|
src="@drawable/ic_investment_summary"
|
||
|
tint="#959199"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="8dp"/>
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/tv_fund_code"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="21dp"
|
||
|
paddingHorizontal="@dimen/2131165495">
|
||
|
<TextView
|
||
|
id="@+id/tv_client_no"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="right"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495">
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_fund_detail_current_value"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017923"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
id="@+id/tv_fund_current_value"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017888"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495">
|
||
|
<TextView
|
||
|
id="@+id/tv_fund_net_gain_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_fund_detail_net_gain"
|
||
|
style="@style/2132017923"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_fund_detail_Units"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495">
|
||
|
<TextView
|
||
|
gravity="left"
|
||
|
id="@+id/tv_fund_net_gain"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017936"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
id="@+id/tv_fund_units"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginVertical="@dimen/2131165480"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
padding="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_fund_information"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/fund_information"
|
||
|
style="@style/2132017968"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|