16 lines
526 B
XML
16 lines
526 B
XML
<?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>
|