16 lines
539 B
XML
16 lines
539 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/ll_product_shelf_tab_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
orientation="horizontal"
|
|
id="@+id/rv_product_shelf_tab"
|
|
clipToPadding="false"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
paddingStart="8dp"
|
|
paddingEnd="0dp"/>
|
|
</LinearLayout>
|