41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/holder_linear_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
id="@+id/own_scb_account_layout"
|
|
padding="20dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<CheckBox
|
|
id="@+id/mobile_checkbox"
|
|
layout_width="wrap_content"
|
|
layout_height="match_parent"
|
|
button="@drawable/checkbox_selector"/>
|
|
<TextView
|
|
id="@+id/mobile_number_value"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
text="@string/mobile_number_sample"
|
|
layout_marginStart="15dp"
|
|
style="@style/2132017868"/>
|
|
</LinearLayout>
|
|
<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>
|