Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add images
  • Loading branch information
tigerpenguin committed Oct 5, 2014
1 parent 77e0852 commit 1d01680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Default Usage
=============
The default style uses a 5-star rating, as shown below.

![Default Bar Image](../screenshots/screenshots/default_bar.png?raw=true)

To use it, just include SimpleRatingBar in your layout, and call `setRating(int)` or `setRating(double)`

It's that easy!
Expand Down Expand Up @@ -56,6 +58,8 @@ color. Color of unfilled rating icon. Default is gray.

Custom XML Example
==================
![Heart Bar Image](../screenshots/screenshots/heart_bar.png?raw=true)

```xml
<!-- layout xml -->
<com.tigerpenguin.widget.simpleratingbar.SimpleRatingBar
Expand Down

0 comments on commit 1d01680

Please sign in to comment.