Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHNAGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Change Log
# Change Log
Version 1.1.0 *(2015-11-24)*
----------------------------
* change the realization of RoundView without ondraw since press effect is not very good in some devices.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#FlycoRoundView
# FlycoRoundView
A library helps Android built-in views easy and convenient to set round rectangle background and accordingly related shape resources can be reduced.
一个扩展原生控件支持圆角矩形框背景的库,可以减少相关shape资源文件使用.
##Demo
## Demo
![](https://github.com/H07000223/FlycoRoundView/blob/master/preview.gif)

##Gradle
## Gradle

```groovy
dependencies{
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar'
}
```

###Attributes
### Attributes

|name|format|description|
|:---:|:---:|:---:|
Expand Down