45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
paddingBottom="32dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include
|
||
|
id="@+id/toolbar"
|
||
|
layout="@layout/2131559376"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_hml_business_owner_registration_number_about_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/hml_business_owner_registration_number_about_title"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017848"/>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
id="@+id/tv_hml_business_owner_registration_number_about_subtitle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/hml_business_owner_registration_number_about_subtitle"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017920"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_hml_business_owner_registration_number_about"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
src="@drawable/business_registration_number"
|
||
|
adjustViewBounds="true"
|
||
|
layout_marginStart="48dp"
|
||
|
layout_marginEnd="48dp"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|