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

Last item of any section is behind of section header #33

Open
HamedMohtadi opened this issue Sep 5, 2021 · 0 comments
Open

Last item of any section is behind of section header #33

HamedMohtadi opened this issue Sep 5, 2021 · 0 comments

Comments

@HamedMohtadi
Copy link

HamedMohtadi commented Sep 5, 2021

@sangcomz Hi.
this is my item.xml code:

<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">


    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/mainlayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        >

        <...

    </androidx.constraintlayout.widget.ConstraintLayout>

</androidx.cardview.widget.CardView>

and other part of code is exactly your example code.
but here is the result:
Capturesdfgsdg

EDIT:
The result has captured from android emulator with API 29.
on the real devices and other emulators like NOX player and etc. it's OK!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant