22 lines
797 B
XML
22 lines
797 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include
|
||
|
id="@+id/layout_no_data"
|
||
|
visibility="gone"
|
||
|
layout="@layout/2131560092"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rcv_request_list"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_marginBottom="1dp"
|
||
|
NOT_FOUND_0x7="0"
|
||
|
NOT_FOUND_0x8="0"
|
||
|
NOT_FOUND_0x9="0"
|
||
|
NOT_FOUND_0xa="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|