Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrodanylyk committed Sep 12, 2015
1 parent 56c61ad commit 349bd68
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
### Description

Android Button which can morph from one shape to another.
Android button which can morph from one shape to another.

![](screenshots/intro1.gif)
<img src="screenshots/intro1.gif" width="380" />

![](screenshots/intro2.gif)
You can easily extend `MorphingButton` to add your own behaviour. Below is example of `LinearProgressButton` which extends `MorphingButton`.

<img src="screenshots/intro2.gif" width="380" />

### Sample code

```java

```

### Wiki

Expand All @@ -21,7 +29,7 @@ dependencies {
}
```

License
### License

```
The MIT License (MIT)
Expand All @@ -45,4 +53,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
```

0 comments on commit 349bd68

Please sign in to comment.