34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
descendantFocusability="blocksDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/billers_grid_view"
|
||
|
background="#ffffff"
|
||
|
paddingTop="15dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x9="androidx.recyclerview.widget.GridLayoutManager"
|
||
|
NOT_FOUND_0xa="4"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout="@layout/2131559301"/>
|
||
|
<View
|
||
|
id="@+id/footer_view"
|
||
|
background="#c9c6cd"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<View
|
||
|
id="@+id/footer_divider_view"
|
||
|
background="#f5f3f6"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="25dp"
|
||
|
layout_marginTop="1dp"/>
|
||
|
</LinearLayout>
|