33 lines
1.2 KiB
XML
33 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"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.ClearableFullWidthEditText
|
|
id="@+id/et_country_search"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0x6="@string/registration_country_search_hint"/>
|
|
<View
|
|
id="@+id/view8"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x7="0"
|
|
NOT_FOUND_0x8="0"
|
|
NOT_FOUND_0x9="@+id/txv_card_number"/>
|
|
</LinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_country"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</LinearLayout>
|