Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjangid80 committed May 21, 2018
2 parents 80a8833 + e933ded commit d2fee7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,3 +850,9 @@ AnimUtil.bounceAnim(Context context, View view);
app:small_shine_offset_angle="20" />
```

**Java Code for Shine Button**

```java
ShineButton shineButton = findViewById(R.id.shine_button);
shineButton.init(MainActivity.this);
```

0 comments on commit d2fee7e

Please sign in to comment.