-
Notifications
You must be signed in to change notification settings - Fork 364
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
Nothing happened click on card ImageView #56
Comments
Thats because you are adding the clickListener into the model, you need to add clickListener into your image, this is part of my refactored code of SimpleCardStackAdapter.java. I hope it helps for you :)
|
@ImTosS Your code works when click on the imageview in CardModel. Is there anyway to have a click listener on the entire CardModel? |
einverne
pushed a commit
to einverne/Swipeable-Cards
that referenced
this issue
Jun 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing happened if I click the card ImageView.
Please advice. Thank you.
The text was updated successfully, but these errors were encountered: