Skip to content

Commit

Permalink
added animation scale/size method and xml attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-alexander committed Jan 10, 2016
1 parent f175047 commit 3118096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions likebutton/src/main/java/com/like/LikeButton.java
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ public void setEnabled(boolean enabled) {
isEnabled = enabled;
}

/**
*Sets the factor by which the dots should be sized.
*/
public void setAnimationScaleFactor(float animationScaleFactor) {
this.animationScaleFactor = animationScaleFactor;

Expand Down

0 comments on commit 3118096

Please sign in to comment.