Skip to content

Commit

Permalink
Add method getRating()
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanhu authored and jovanhu committed Aug 22, 2017
1 parent 3bba662 commit 4b60df5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,4 +486,8 @@ private void changeRatingByClick() {
left += (starWidth + starMargin);
}
}

public float getRating() {
return rating;
}
}

0 comments on commit 4b60df5

Please sign in to comment.