16 lines
535 B
XML
16 lines
535 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#66c9c6cd"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include
|
||
|
id="@+id/toolbar"
|
||
|
layout="@layout/2131559376"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/cheque_menu_recycler_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/toolbar"
|
||
|
overScrollMode="never"/>
|
||
|
</RelativeLayout>
|