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

115 lines
3.7 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"
id="@+id/ll_ltf_child_item"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="10dp">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/ltf_investment_year"
style="@style/2132017868"/>
<RelativeLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<TextView
id="@+id/tv_ltf_invest_year"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentStart="true"
style="@style/2132017842"/>
<TextView
id="@+id/tv_ltf_current_year"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017842"/>
<TextView
id="@+id/tv_ltf_maturity_year"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentEnd="true"
style="@style/2132017842"/>
</RelativeLayout>
<ProgressBar
id="@+id/pb_ltf_maturity"
layout_width="match_parent"
layout_height="5dp"
layout_marginTop="5dp"
progressDrawable="@drawable/bar_progress"
style="@android:style/Widget.ProgressBar.Horizontal"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/ltf_units"
style="@style/2132017843"/>
<View
layout_width="5dp"
layout_height="16dp"/>
<TextView
id="@+id/tv_ltf_investment_units"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017843"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp">
<TextView
gravity="start"
layout_width="0dp"
layout_height="wrap_content"
text="@string/ltf_investment_value"
layout_weight="1"
style="@style/2132017842"/>
<TextView
gravity="end"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/ltf_available_value"
style="@style/2132017842"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_ltf_investment_value"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017873"/>
<TextView
id="@+id/tv_ltf_investment_available_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017873"/>
</LinearLayout>
<TextView
gravity="end"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/ltf_gain"
style="@style/2132017842"/>
<TextView
gravity="end"
id="@+id/tv_ltf_investment_gain_loss"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="20dp"
style="@style/2132017873"/>
</LinearLayout>