Android menu coming from the bottom like Google Drive

I have a floating action button, and when users click on it, I want the layout to be displayed, animating from the bottom just like the Google Drive app (so it doesn't cover the whole screen). I read that someone suggests the open Umano AndroidSlidingUpPanel, but it looks more like a Google Play Music app and I don't want that as I don't need the panel to be draggable / sliding.

enter image description here

Which component should I use?

+3


source to share


1 answer


It is a component of the bottom sheet. Check out your specs: http://www.google.com/design/spec/components/bottom-sheets.html#bottom-sheets-specs



There are three libraries for the bottom sheet if you don't want to do it yourself.

+3


source







All Articles