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

16 lines
539 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>