Skip to content

rezaul99/Bottom-Sheet

Repository files navigation

Bottom-Sheet

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.

Gradle Setup

dependencies { implementation 'com.github.rezaul99:Bottom-Sheet:[latest-version]' }

repositories { maven { url 'https://jitpack.io' } }

Code

Sheet.Open(this);

screenshot_2016-01-23-15-54-56