82 lines
2.7 KiB
XML
82 lines
2.7 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"
|
||
|
paddingTop="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_source"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
layout_gravity="top"
|
||
|
id="@+id/source_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/from"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<FrameLayout
|
||
|
gravity="end"
|
||
|
layout_gravity="end"
|
||
|
id="@+id/source_info_layout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp">
|
||
|
<com.scb.phone.view.custom.ImageTextView
|
||
|
gravity="right"
|
||
|
layout_gravity="right"
|
||
|
id="@+id/source_name_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
NOT_FOUND_0xf="@dimen/2131165647"
|
||
|
style="@style/2132017881"/>
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/source_account_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/source_account_balance_text_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017925"/>
|
||
|
<Space
|
||
|
id="@+id/sp_space_bottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/source_divider_space"
|
||
|
layout_width="16dp"
|
||
|
layout_height="1dp"/>
|
||
|
<View
|
||
|
id="@+id/divider"
|
||
|
background="#eae7ec"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|