Android: Bottom Sheet Dialog

Updated 18 December 2016

Save

Bottom sheet is a very simple layout that is added to Android design library in version 23.2. It is the layout shown from the bottom of the screen. It can be used to show the additional information to the user. You can apply Bottom sheet behavior to any layout and it will be shown from the bottom of the screen. But here we will discuss Bottom sheet as Dialog i.e a full width dialog that is aligned to the bottom of the screen. Here I had created a BottomSheetDailog on click of a button.

So my main.xml looks like

Now on click of Button we will show a dailog as:

And the layout of the dialog is dailog.xml :

And its done. After all this you will get a result as:

bottom sheet dailog

So you can create any layout as you want in this dialog.

UI
author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • Loveth
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home