what-the-bank/resources/res/layout/2131559051.xml

49 lines
1.8 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?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"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/layout_personal_item"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/label_item"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_personal_info_first_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_item"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/layout_spinner_personal_item"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x9="@string/auto_single_form_personal_info_mobile_no_placeholder"
NOT_FOUND_0xa="@string/auto_single_form_personal_info_mobile_no"/>
<TextView
id="@+id/text_disclaimer"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017916"/>
<View
id="@+id/view_separator"
layout_marginTop="16dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
</LinearLayout>