28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/view_group_root"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<androidx.legacy.widget.Space
|
|
id="@+id/space"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"/>
|
|
<com.scb.phone.view.custom.profilemanagement.AddedAccountManagementSuccessFooterCustomView
|
|
id="@+id/footer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|