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

ClipToPadding attribute not working #35

Open
JenishAlmighty opened this issue Oct 27, 2023 · 2 comments
Open

ClipToPadding attribute not working #35

JenishAlmighty opened this issue Oct 27, 2023 · 2 comments

Comments

@JenishAlmighty
Copy link

JenishAlmighty commented Oct 27, 2023

No description provided.

@IvanAbakumov
Copy link

@JenishAlmighty
Can you provide an example?

@xirf
Copy link

xirf commented May 25, 2024

@JenishAlmighty Can you provide an example?

here is the example

    <com.skydoves.androidveil.VeilRecyclerFrameView
        android:id="@+id/rv_story"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipToPadding="false"
        android:paddingHorizontal="8dp"
        android:paddingTop="16dp"
        android:paddingBottom="84dp"
        app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
        app:layout_behavior="@string/appbar_scrolling_view_behavior"
        app:veilFrame_veiled="true"
        app:veilFrame_radius="8dp"
        app:veilFrame_layout="@layout/story_item" />

image

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

3 participants