85 lines
3.1 KiB
XML
85 lines
3.1 KiB
XML
<?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"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
id="@+id/rl_layout_account_detail"
|
|
background="@drawable/bg_white_with_border"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_account_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_toStartOf="@+id/iv_arrow_cash_offshore">
|
|
<TextView
|
|
id="@+id/tv_account_number_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/scbs_account_detail_screen_account_number"
|
|
style="@style/2132017925"/>
|
|
<TextView
|
|
id="@+id/tv_account_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="7232287"
|
|
style="@style/2132017875"/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
id="@+id/iv_arrow_cash_offshore"
|
|
padding="18dp"
|
|
visibility="visible"
|
|
layout_width="52dp"
|
|
layout_height="52dp"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
NOT_FOUND_0x13="@drawable/ic_dark_chevron_up"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_account_cash_balance"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_below="@+id/ll_layout_account_number">
|
|
<TextView
|
|
id="@+id/tv_cash_balance"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/scbs_account_detail_screen_cash"
|
|
style="@style/2132017925"/>
|
|
<TextView
|
|
id="@+id/tv_cash_balance_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="9999999 THB"
|
|
style="@style/2132017875"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/tv_disclaimer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/scbs_account_detail_screen_off_shore_stock_disclaimer"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017925"/>
|
|
<TextView
|
|
id="@+id/tv_symbol_list"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017851"/>
|
|
</LinearLayout>
|