Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 568 Bytes

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