# BottomSheet
**Repository Path**: uyghurjava/BottomSheet
## Basic Information
- **Project Name**: BottomSheet
- **Description**: No description available
- **Primary Language**: Android
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-02-23
- **Last Updated**: 2024-11-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
BottomSheet
=======
[](https://travis-ci.org/soarcn/BottomSheet) [](https://android-arsenal.com/details/1/1044)
**_Google introduced official bottomsheets implementation in Support library 23.2.0,thus this library is no longer activly being developed. I will continuely fix defects been found and accept good PR but No more new feature will be developed. Thanks for your support!_**
One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.
https://www.google.com/design/spec/components/bottom-sheets.html
This library works on android 2.1+






How to use this library
=======
- Download this library, import to your IDE (eclipse...) as a library project.
- Using Gradle
```groovy
compile 'com.cocosw:bottomsheet:1.+@aar'
```
- Using Maven
```xml