Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed Jun 5, 2017
1 parent df7b8ba commit 9e8f558
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ An android library that is able to set a vector drawable at text view pre-Lollip

## Usage

### Gradle

You should set this line in your gradle file if you set colors to vector drawable pre-Lollipop.

```gradle
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}
```

### Code

```Java
Expand Down

0 comments on commit 9e8f558

Please sign in to comment.