Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
musenkishi committed May 14, 2015
1 parent 29eaf92 commit d4df618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

Now, you can add the PaletteLoader dependency:
```groovy
compile 'com.github.Musenkishi:PaletteLoader:0.1.0'
compile 'com.github.Musenkishi:PaletteLoader:1.1.0'
```

## Usage
Expand All @@ -24,6 +24,7 @@ Currently PaletteLoader supports classes (and extensions of):
* View
* ImageView (masking and background)
* TextView
* CardView

If the supplied view is or extends `View`, PaletteLoader will apply the color to the background. If view extends `ImageView` and you use `.mask()`, PaletteLoader will apply the color to the image, not the background. And lastly if view is, or extends `TextView`, the color will be applied to the text, not the background.

Expand Down

0 comments on commit d4df618

Please sign in to comment.