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

Flexible Image view without Toolbar for ListView #24

Closed
AkshayChordiya opened this issue Dec 21, 2014 · 5 comments
Closed

Flexible Image view without Toolbar for ListView #24

AkshayChordiya opened this issue Dec 21, 2014 · 5 comments

Comments

@AkshayChordiya
Copy link

Hi,

Thanks you very much for this excellent library & more than that for so sexy samples. They are mind blowing.
I'm using Flexible Space Image View with ListView & it works perfectly fine without any issues.

But I my app has a Sliding Up Panel which on Expanded changes the items of Action Bar but using Toolbar in causes not showing Action Bar, the sliding panel goes above it. I don't where exactly I should report.

But if Toolbar is removed then it will work perfect. I hope it can be removed & instead Action Bar can be used.
Thanks

@ksoichiro
Copy link
Owner

@AkshayChordiya Thank you for your feedback.
Does the "Sliding Up Panel" mean SlidingUpListViewActivity in the samples which I recently added?
If it's possible, could you show me a screenshot or something?
I think don't understand it well.

@AkshayChordiya
Copy link
Author

I haven't tested your SlidingUpListViewActivity.
But the one I am using is from Umano

@AkshayChordiya
Copy link
Author

@ksoichiro
Can idea ?

@ksoichiro
Copy link
Owner

@AkshayChordiya Sorry for my late reply.
I haven't been able to try the library from Umano yet.

AFAIK, the action bar can only show() or hide() itself and cannot move itself by specifying the position (x and y).
And when action bars are moved by show() or hide(), the views below will be affected (causing white space at the bottom, etc).
Therefore replacing the toolbars into action bars is difficult, I think.
(On the other hand, toolbars are just the one of the views in the layout and they're easy to be controlled by scroll position.)

I'm sorry if I misunderstood your problem.
If so, I'd be greatly appreciate it if you could provide me some screenshots or movies.

@AkshayChordiya
Copy link
Author

@ksoichiro
Thank you for your feedback. I have switched to ToolBar now.

I'm closing this issue now.

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