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

146 lines
5.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="@drawable/bg_white_rounded"
paddingTop="10dp"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="20dp"
paddingStart="20dp"
paddingEnd="20dp">
<RelativeLayout
id="@+id/layout_collapsed"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/expand_icon_image_view"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_centerVertical="true"
contentDescription="@null"
layout_alignParentEnd="true"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingEnd="24dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/fund_name"
style="@style/2132017925"/>
<TextView
id="@+id/fund_name_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017876"/>
<TextView
textColor="#353239"
id="@+id/fund_description_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
style="@style/2132017866"/>
</LinearLayout>
</RelativeLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_expanded"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018228"/>
<LinearLayout
gravity="start"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp">
<LinearLayout
gravity="start"
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fund_average_cost_unit"
style="@style/2132017923"/>
<TextView
gravity="start"
id="@+id/fund_average_unit_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
<LinearLayout
gravity="end"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
gravity="end"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/fund_current_nav_unit"
layout_weight="1"
style="@style/2132017923"/>
<TextView
gravity="end"
id="@+id/fund_current_unit_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
gravity="start"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="start"
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fund_average_cost_value"
style="@style/2132017923"/>
<TextView
gravity="end"
id="@+id/fund_average_cost_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
<LinearLayout
gravity="end"
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<TextView
gravity="end"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/investment_fund_detail_current_value"
style="@style/2132017923"/>
<TextView
gravity="end"
id="@+id/fund_current_value_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>