58 lines
2.5 KiB
XML
58 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/view_group_root"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_external_authentication_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/hml_external_authentication_intro"
|
|
style="@style/2132017923"/>
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/iv_external_authentication_image"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"
|
|
src="@drawable/icon_b_cid"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/vw_external_authentication_national_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xc="@string/hml_external_authentication_national_id_hint"
|
|
NOT_FOUND_0xe="0x2"
|
|
NOT_FOUND_0xf="@string/hml_external_authentication_national_id_title"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/et_external_autentication_ota"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
NOT_FOUND_0xb="@integer/2131427445"
|
|
NOT_FOUND_0xc="@string/hml_external_authentication_ota_hint"
|
|
NOT_FOUND_0xd="@drawable/ic_question_mark"
|
|
NOT_FOUND_0xe="0x2"
|
|
NOT_FOUND_0xf="@string/hml_external_authentication_ota_title"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/bt_external_authentication_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/hml_external_authentication_next"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|