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

32 lines
1.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/rr_layout_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/input_nid_number"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xb="@string/auto_touchpoints_validate_national_id_messgage"
NOT_FOUND_0xc="@string/ndid_national_id_input_national_id_number_placeholder"
NOT_FOUND_0xd="0x6"
NOT_FOUND_0xe="@string/auto_touchpoints_national_id"/>
<View
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
layout_gravity="center_horizontal"
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
layout_marginBottom="8dp"
text="@string/ekyc_next_button_text"
style="@style/2132017576"/>
</LinearLayout>