what-the-bank/resources/res/layout/2131559460.xml

34 lines
1.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>