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

16 lines
526 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#ffffff"
paddingTop="12dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_product_menu"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165495"/>
</FrameLayout>