Open shamshadpattani opened 4 years ago
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>
Hello
Can you please the bottom sheet configuration you are using?
my recycler view not showing the sheet