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 996ddd0 commit ceae91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ You can easily extend `MorphingButton` to add your own behaviour. Below is examp
### Sample code

```java
// sample demonstrate how to morph button to green circle with icon
MorphingButton btnMorph = (MorphingButton) findViewById(R.id.btnMorph);
// inside on click event
MorphingButton.Params circle = MorphingButton.Params.create()
Expand Down

0 comments on commit ceae91b

Please sign in to comment.