13 lines
463 B
XML
13 lines
463 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_recommended_products"
|
||
|
clipToPadding="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495"/>
|
||
|
</FrameLayout>
|