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

113 lines
4.0 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" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
elevation="1dp">
<ImageView
id="@+id/top_icon"
layout_width="16dp"
layout_height="16dp"
src="@drawable/securities_icon"
NOT_FOUND_0x11="@+id/landing_title"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="@+id/landing_title"/>
<TextView
id="@+id/landing_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/landing_scbs_title"
layout_marginStart="8dp"
NOT_FOUND_0x14="@+id/top_icon"
NOT_FOUND_0x17="0"
style="@style/2132017851"/>
<ImageView
id="@+id/iv_market_value_arrow"
layout_width="8dp"
layout_height="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x11="@+id/tv_market_value"
NOT_FOUND_0x13="@+id/tv_market_value"
NOT_FOUND_0x17="@+id/tv_market_value"/>
<TextView
layout_gravity="end"
id="@+id/tv_market_value"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="@+id/landing_title"
style="@style/2132017890"/>
<TextView
layout_gravity="end"
id="@+id/tv_net_gain"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="@+id/tv_market_value"
style="@style/2132017869"/>
<TextView
layout_gravity="end"
id="@+id/tv_as_of_date"
paddingBottom="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="@+id/tv_net_gain"
style="@style/2132017920"/>
<com.github.mikephil.charting.charts.PieChart
id="@+id/scbs_pie_chart"
layout_width="110dp"
layout_height="110dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/tv_as_of_date"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_legend_recycler_view"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="40dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="@+id/scbs_pie_chart"
NOT_FOUND_0x16="@+id/tv_as_of_date"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="24dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/landing_amounts_title"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017920"/>
<Button
id="@+id/bt_button_trade_now"
layout_width="match_parent"
layout_height="48dp"
layout_marginBottom="24dp"
text="@string/landing_scbs_trade_now"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
<Button
id="@+id/bt_button_open_other"
layout_width="match_parent"
layout_height="48dp"
layout_marginBottom="24dp"
text="@string/landing_scbs_other_product"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/landing_scbs_my_investments"
layout_marginStart="16dp"
style="@style/2132017923"/>
</LinearLayout>