We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
Hello
Can you please the bottom sheet configuration you are using?
Sorry, something went wrong.
andrefrsousa
No branches or pull requests
my recycler view not showing the sheet
The text was updated successfully, but these errors were encountered: