SuperBottomSheet icon indicating copy to clipboard operation
SuperBottomSheet copied to clipboard

Issue with recycler view

Open shamshadpattani opened this issue 3 years ago • 1 comments

my recycler view not showing the sheet

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context=".ui.BottomAddressFragment">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/recycler_change_addres_category"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/_8sdp"
        android:layout_marginEnd="@dimen/_8sdp"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"

        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintVertical_bias="0.0"
        tools:itemCount="2"
        tools:listitem="@layout/list_change_addr_item" />
</androidx.constraintlayout.widget.ConstraintLayout>

shamshadpattani avatar Aug 22 '20 14:08 shamshadpattani

Hello

Can you please the bottom sheet configuration you are using?

andrefrsousa avatar Oct 21 '20 13:10 andrefrsousa