18 lines
657 B
XML
18 lines
657 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_easycash_salesheets_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|