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

167 lines
7.1 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.cardview.widget.CardView
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="4dp">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_account_item_layout"
background="@drawable/ripple_purple_white_bg"
layout_width="match_parent"
layout_height="wrap_content"
paddingEnd="13dp">
<View
id="@+id/vw_item_color_view"
layout_width="4dp"
layout_height="0dp"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1d="0"/>
<TextView
textSize="24sp"
id="@+id/tv_card_type_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="0"
style="@style/2132017876"/>
<TextView
textSize="24sp"
id="@+id/tv_card_account_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="13dp"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1b="@+id/tv_card_type_text"
NOT_FOUND_0x1c="@+id/tv_card_type_text"
style="@style/2132017876"/>
<TextView
id="@+id/tv_quantity_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="8dp"
NOT_FOUND_0x18="@+id/tv_card_type_text"
NOT_FOUND_0x1a="@+id/iv_right_arrow_image"
NOT_FOUND_0x1d="@+id/tv_card_type_text"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_right_arrow_image"
padding="8dp"
layout_width="24dp"
layout_height="0dp"
src="@drawable/icon_scbs_next_arrow"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1d="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/investment_total_layout"
background="#dfdee0"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.flexbox.FlexboxLayout
id="@+id/flex"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x16="1"
NOT_FOUND_0x17="3">
<TextView
textSize="24sp"
id="@+id/total_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/landing_scbs_total"
layout_marginEnd="8dp"
style="@style/2132017876"/>
<LinearLayout
gravity="center"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x1e="1">
<ImageView
id="@+id/iv_market_value_arrow"
layout_width="8dp"
layout_height="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x18="@+id/tv_total_amount_text"
NOT_FOUND_0x1a="@+id/tv_total_amount_text"
NOT_FOUND_0x1d="@+id/tv_total_amount_text"/>
<TextView
textSize="24sp"
gravity="right"
id="@+id/tv_total_amount_text"
layout_width="wrap_content"
layout_height="wrap_content"
drawablePadding="8dp"
style="@style/2132017876"/>
</LinearLayout>
</com.google.android.flexbox.FlexboxLayout>
<TextView
gravity="right"
id="@+id/tv_total_percentage_text"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="@+id/flex"
style="@style/2132017876"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<RelativeLayout
id="@+id/vw_investment_cash_layout"
background="#dfdee0"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<View
background="#959199"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/cash_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/landing_scbs_cash"
layout_marginStart="16dp"
style="@style/2132017876"/>
<TextView
textSize="24sp"
gravity="end"
id="@+id/tv_cash_value_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_alignParentRight="true"
layout_marginStart="8dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/cash_title"
layout_alignParentEnd="true"
style="@style/2132017876"/>
</RelativeLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
<TextView
id="@+id/tv_investment_disclaimer"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017920"/>
</LinearLayout>