22 lines
809 B
XML
22 lines
809 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/nsv_add_account"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_account"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_add_account"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<include
|
|
id="@+id/item_cardx_add_account"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout="@layout/2131558904"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|