63 lines
2.2 KiB
XML
63 lines
2.2 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"
|
||
|
id="@+id/holder_linear_layout"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_gravity="center"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/own_scb_account_layout"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="20dp"
|
||
|
paddingEnd="20dp">
|
||
|
<CheckBox
|
||
|
id="@+id/mobile_checkbox"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
button="@drawable/checkbox_selector"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x14="@+id/own_scb_account_layout"
|
||
|
NOT_FOUND_0x15="0"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_proxy_type"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="25dp"
|
||
|
src="@drawable/ic_mobile"
|
||
|
layout_marginStart="36dp"
|
||
|
foregroundTint="#000000"
|
||
|
NOT_FOUND_0x12="@+id/mobile_checkbox"
|
||
|
NOT_FOUND_0x13="@+id/mobile_checkbox"
|
||
|
NOT_FOUND_0x15="@+id/mobile_checkbox"/>
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/mobile_number_value"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="25dp"
|
||
|
NOT_FOUND_0x12="@+id/iv_proxy_type"
|
||
|
NOT_FOUND_0x13="@+id/iv_proxy_type"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
style="@style/2132017868"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<View
|
||
|
id="@+id/footer_divider_view"
|
||
|
background="#eae7ec"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="5dp"/>
|
||
|
<View
|
||
|
id="@+id/divider_view"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="5dp"
|
||
|
layout_marginStart="20dp"/>
|
||
|
</LinearLayout>
|