what-the-bank/resources/res/layout/2131559140.xml

105 lines
4.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/fund_redeem_search_item_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="start|center_vertical"
orientation="horizontal"
id="@+id/ll_layout_fund_title"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_search_fund_code"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<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"
gravity="left"
id="@+id/tv_fund_description"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017920"/>
</LinearLayout>
<TextView
id="@+id/tv_yield"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017873"/>
<TextView
gravity="end"
id="@+id/fund_available_amount"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
<LinearLayout
orientation="horizontal"
id="@+id/layout_nav_available_unit"
layout_width="match_parent"
layout_height="wrap_content"
baselineAligned="true">
<TextView
id="@+id/fund_nav_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/nav"
style="@style/2132017956"/>
<TextView
id="@+id/fund_nav"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="4dp"
style="@style/2132017956"/>
<View
layout_width="0dp"
layout_height="0dp"
layout_weight="1"/>
<TextView
id="@+id/fund_available_units"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/investment_fund_detail_Units"
layout_marginStart="4dp"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<View style="@style/2132018228"/>
</LinearLayout>
</RelativeLayout>