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

not Scrolling over the buttons #20

Closed
Nezam opened this issue Jul 3, 2014 · 2 comments
Closed

not Scrolling over the buttons #20

Nezam opened this issue Jul 3, 2014 · 2 comments

Comments

@Nezam
Copy link

Nezam commented Jul 3, 2014

On the example of Reflection ViewGroupReflectionExample.java,if you try to scroll over the cover by touching over the buttons it does'nt work as expected.

@davidschreiber
Copy link
Owner

Hi Nezam!

You are right, the button consumes all input events which prevents the cover flow from scrolling. In order to enable scrolling, the Cover Flow would need to implement improved touch event interception (e.g. check if child views can scroll). Since I don't have time to work on FancyCoverFlow at the moment, you could do this if you like and send me a pull request (would be great!).

Thanks,
David

@davidschreiber
Copy link
Owner

Sorry but I no longer maintain this project. I will still keep this project as reference for future visitors but I highly recommend to implement the coverflow itself using Android's new RecyclerView.

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

2 participants