128 lines
5.1 KiB
XML
128 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
id="@+id/select_fund_container"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
id="@+id/vw_top_divider"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
layout_marginEnd="32dp"
|
|
layout_marginVertical="@dimen/2131165433">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_select_fund_title_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017920"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
layout_gravity="center"
|
|
orientation="horizontal"
|
|
id="@+id/ll_layout_select_fund_subtitle"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="5dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_select_fund_subtitle"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_omnibus_capsule"
|
|
background="@drawable/shape_purple_border_capsule"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/omnibus_fund_capsule"
|
|
layout_marginStart="8dp"
|
|
paddingHorizontal="@dimen/2131165515"
|
|
paddingVertical="@dimen/2131165498"
|
|
style="@style/2132017485"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_select_fund_description"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
style="@style/2132017869"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/ll_layout_select_fund_info"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="10dp"
|
|
layout_marginEnd="16dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="5dp">
|
|
<TextView
|
|
gravity="left"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/fund_available_amount"
|
|
style="@style/2132017920"/>
|
|
<TextView
|
|
gravity="left"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
text="@string/fund_available_units"
|
|
style="@style/2132017920"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_gravity="right"
|
|
id="@+id/tv_select_fund_available_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="123123.12"
|
|
style="@style/2132017869"/>
|
|
<TextView
|
|
layout_gravity="right"
|
|
id="@+id/tv_select_fund_available_units"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
text="123123.1212"
|
|
style="@style/2132017869"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
id="@+id/iv_icon_select_fund"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="36dp"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="@drawable/black_arrow"/>
|
|
</RelativeLayout>
|