Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
André Sousa committed Oct 29, 2018
2 parents 99a5dae + ee72d27 commit ce17eec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Super Bottom Sheet
Android native a bottom sheet for on steroids 💪
Android native bottom sheet on steroids 💪

![](/raw/banner.png)

## Specs
[![](https://jitpack.io/v/andrefrsousa/SuperBottomSheet.svg)](https://jitpack.io/#andrefrsousa/SuperBottomSheet) [![API](https://img.shields.io/badge/API-14%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Build Status](https://travis-ci.org/andrefrsousa/SuperBottomSheet.svg?branch=master)](https://travis-ci.org/andrefrsousa/SuperBottomSheet)
[![](https://jitpack.io/v/andrefrsousa/SuperBottomSheet.svg)](https://jitpack.io/#andrefrsousa/SuperBottomSheet) [![API](https://img.shields.io/badge/API-14%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Build Status](https://travis-ci.org/andrefrsousa/SuperBottomSheet.svg?branch=master)](https://travis-ci.org/andrefrsousa/SuperBottomSheet) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-SuperBottomSheet-green.svg?style=flat )]( https://android-arsenal.com/details/1/7259 )


This library allows you to show bottom sheets in your app with the bonus of **animating the status bar** color and the **top rounded corners** as you scroll.

It has been written **100% in Kotlin**. ❤️

## Spread Some :heart:
[![GitHub stars](https://img.shields.io/github/stars/andrefrsousa/superbottomsheet.svg?style=social&label=Star)](https://github.com/andrefrsousa/superbottomsheet) [![GitHub forks](https://img.shields.io/github/forks/andrefrsousa/superbottomsheet.svg?style=social&label=Fork)](https://github.com/andrefrsousa/superbottomsheet/fork) [![GitHub followers](https://img.shields.io/github/followers/andrefrsousa.svg?style=social&label=Follow)](https://github.com/andrefrsousa) [![Twitter Follow](https://img.shields.io/twitter/follow/andrefrsousa.svg?style=social)](https://twitter.com/andrefrsousa)

## Download

Expand All @@ -34,7 +37,7 @@ dependencies {

## Sample Project

We have a sample project in Kotlin that demonstrates the lib usages [here](https://github.com/andrefrsousa/SuperBottomSheet/blob/master/demo/src/main/java/com/andrefrsousa/superbottomsheet/demo/MainActivity.kt).
We have a sample project in Kotlin that demonstrates the lib usage [here](https://github.com/andrefrsousa/SuperBottomSheet/blob/master/demo/src/main/java/com/andrefrsousa/superbottomsheet/demo/MainActivity.kt).

![](/raw/example.gif)

Expand Down Expand Up @@ -88,7 +91,7 @@ The are a group of general properties that you can define. These properties will
<attr name="superBottomSheet_peekHeight" format="dimension"/>
```

If you want to specify properties for a single bottom sheet you can override some methods:
If you want to change the properties of a single bottom sheet you can override these methods:

```kotlin
fun getPeekHeight(): Int {
Expand Down Expand Up @@ -128,9 +131,6 @@ fun animateCornerRadius(): Boolean {
}

```

## Spread Some :heart:
[![GitHub followers](https://img.shields.io/github/followers/andrefrsousa.svg?style=social&label=Follow)](https://github.com/andrefrsousa) [![Twitter Follow](https://img.shields.io/twitter/follow/andrefrsousa.svg?style=social)](https://twitter.com/andrefrsousa)

## License

Expand Down

0 comments on commit ce17eec

Please sign in to comment.