Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengcx authored May 2, 2018
1 parent c5452f0 commit bf32944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ A library to add shadows for the Android View.(一个方便为Android View添加

![demo.gif](https://github.com/zhengcx/ShadowHelper/blob/master/shadowhelper.gif)

#How to use
# How to use

1.**Step 1:** Add the JitPack repository to your build file
```gradle
allprojects {
Expand All @@ -21,7 +22,7 @@ dependencies {
}
```

3.Use in Java code like this:
3.**Step 3:** Use in Java code like this:
```java
TextView textView1 = findViewById(R.id.tv_1);
ShadowConfig.Builder config = new ShadowConfig.Builder()
Expand Down

0 comments on commit bf32944

Please sign in to comment.