17 lines
620 B
XML
17 lines
620 B
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="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/ivg_business_marital_input"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x5="0x5"/>
|
|
<View
|
|
id="@+id/view_padding_bottom"
|
|
layout_width="match_parent"
|
|
layout_height="16dp"/>
|
|
</LinearLayout>
|