Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian8725118 authored Dec 5, 2016
1 parent b0c8f21 commit 7541f98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ShadeDemo
一个自定义形状的卡片列表,并且可以修改阴影颜色
#Usage
可以直接引用CardView
```
CardView cardView=new CardView(context);
//修改CardView的主题颜色
cardView.changeTheme(0xff01a3a1);
```

#效果图
<img src="https://github.com/vivian8725118/ShadeDemo/blob/master/art/S61201-155859.jpg" width="40%"/>
Expand Down

0 comments on commit 7541f98

Please sign in to comment.