BottomSheetDialog Example Android
This post describes how to create and display a BottomSheetDialog on Button Click in android. Create your layout in activity_main.xml. Add a TextView for displaying date, and a Button for displaying BottomSheetDialog. Create dialog.xml. Set fixed height for root view and add a TextView and a Button. In MainActivity.java show BottomSheetDialog on button click. Now … Read more