29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
paddingBottom="30dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/ebill_recycler_view"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
fillViewport="true"
|
|
layout_alignParentTop="true"
|
|
NOT_FOUND_0xa="androidx.recyclerview.widget.LinearLayoutManager"/>
|
|
<include
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/ebill_recycler_view"
|
|
layout="@layout/2131559307"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="75dp"
|
|
layout_alignParentTop="true"
|
|
layout="@layout/2131559010"/>
|
|
</RelativeLayout>
|