Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hluhovskyi authored Mar 13, 2017
1 parent aa0a3b6 commit fe0a6e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Button which is visible while user holds it. Main use case is controlling audio

<img src="/_arts/example.gif" width="300" height="533"/>

## Getting started

Add library as dependency to your `build.gradle`.

```
compile 'com.dewarder:holdingbutton:0.0.4'
```

## How to use

1. Wrap your layout with `HoldingButtonLayout`. It is simple `FrameLayout` inside.
Expand Down Expand Up @@ -68,14 +76,6 @@ Button which is visible while user holds it. Main use case is controlling audio

![Check full example](https://github.com/dewarder/HoldingButton/tree/master/holdingbuttonsample)

## Getting started

Add library as dependency to your `build.gradle`.

```
compile 'com.dewarder:holdingbutton:0.0.4'
```
## All XML properties

- `hbl_direction` (`getDirection/setDirection`)
Expand Down

0 comments on commit fe0a6e8

Please sign in to comment.