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

47 lines
1.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<include
layout_width="match_parent"
layout_height="match_parent"
layout="@layout/2131559301"/>
<LinearLayout
orientation="vertical"
id="@+id/view_group_root"
layout_width="match_parent"
layout_height="match_parent"
layout_below="@+id/toolbar">
<TextView
textColor="#736e78"
gravity="center"
id="@+id/empty_text_view"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/empty_favorite"
style="@style/2132017689"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/base_recycler_view"
background="#ffffff"
scrollbars="none"
layout_width="match_parent"
layout_height="match_parent"
overScrollMode="never"
layout_marginStart="-3dp"
layout_marginEnd="-3dp"
NOT_FOUND_0x10="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x11="3"/>
</LinearLayout>
<include
layout_width="match_parent"
layout_height="104dp"
layout_alignParentBottom="true"
layout="@layout/2131559000"/>
</RelativeLayout>