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

Support card container view customizable #76

Conversation

luongvo
Copy link

@luongvo luongvo commented Feb 27, 2018

This fixes #67

  • Support CardContainerView customizable to MyCardContainerView by setCardContainerViewClass. CardStackView uses original CardContainerView by default.
  • In MyCardContainerView, create example to handle events between card container and child views (info image button), allow card receives events for dragging and image button receives events for click listener.
  • Some refactoring on view inflating, reduce layout definition.
  • Check sample app for more info.

@yuyakaido
Copy link
Owner

yuyakaido commented Dec 9, 2018

@luongvo
Thank you for your contribution!
Sorry, ver. 2.x is fully re-implemented by RecyclerView, so it's difficult to merge your PR.

@yuyakaido yuyakaido closed this Dec 9, 2018
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

Successfully merging this pull request may close these issues.

Drag is not working if item is clickable
2 participants