59 lines
1.8 KiB
XML
59 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
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
|
||
|
id="@+id/tv_fund_code"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_nav"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017920"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_balance"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
drawablePadding="8dp"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="2dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_nav_date"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017913"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_gain"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017933"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|