48 lines
1.8 KiB
XML
48 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/fund_search_item_container"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_layout_fund_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_search_fund_code"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="2"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017873"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_omnibus_capsule"
|
||
|
background="@drawable/shape_purple_border_capsule"
|
||
|
visibility="visible"
|
||
|
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
|
||
|
id="@+id/tv_fund_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="10dp"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017914"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|