andremion / Floating-Navigation-View

A simple Floating Action Button that shows an anchored Navigation View
Apache License 2.0
1.29k stars 190 forks source link

FloatingActionButton interact with Snackbar even inside NavigationBar #1

Open Nexen23 opened 8 years ago

Nexen23 commented 8 years ago

If you select any menuItem in NavigationBar, FloatingActionButton will be heaved by SnackBar and will not be unheaved if you open NavigationBar again before SnackBar disappear.

There is a gif so you can understand what I am talking about.

andremion commented 8 years ago

I got it. What your opinion about an UX solution? What should it to do?

Nexen23 commented 8 years ago

I literally have no good idea about how to deal with it for better design :( Maybe X sign should move down fast (to position, where it was before Snackbar) after NavBar opened? And if Snackbar will be activated when user tap X sign, it should also move up fast and then closing CircularAnimation should appear. It's not so great idea because it could cause other glitches so I really don't know how to handle this.