Start a Project

Android: Bottom Sheet Dialog

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:

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

Exit mobile version