BottomSheet is an Android component which presents a dismissible view from the bottom of the screen. BottomSheet can be a useful replacement for dialogs and menus but can hold any view so the use cases are endless.
dependencies { implementation 'com.github.rezaul99:Bottom-Sheet:[latest-version]' }
repositories { maven { url 'https://jitpack.io' } }
Sheet.Open(this);