Skip to content
New issue

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

Issue with recycler view #23

Open
shamshadpattani opened this issue Aug 22, 2020 · 1 comment
Open

Issue with recycler view #23

shamshadpattani opened this issue Aug 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@shamshadpattani
Copy link

shamshadpattani commented Aug 22, 2020

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>
@andrefrsousa
Copy link
Owner

Hello

Can you please the bottom sheet configuration you are using?

@andrefrsousa andrefrsousa self-assigned this Oct 21, 2020
@andrefrsousa andrefrsousa added the bug Something isn't working label Oct 21, 2020
@andrefrsousa andrefrsousa added this to the 2.1.0 milestone Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants