Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangGang committed Dec 4, 2019
1 parent eed60cb commit a00f208
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# RoundCorners
比较常用的ViewGroup和View的圆角实现,一发治好设计的圆角病。
## 效果预览
### 效果预览

|![](images/01.png)|![](images/02.png)|![](images/03.png)|
|---|---|---|
|![](images/04.png)|![](images/05.png)|![](images/06.png)|

## 特点
### 特点
* LinearLayout、RelativeLayout、FrameLayout支持圆角
* ImageView、TextView、View支持圆角
* 使用xml进行配置,使用简单
* ......


## 基本用法
### 基本用法
**Step 1. 添加JitPack仓库**
在项目根目录下的 `build.gradle` 中添加仓库:
``` gradle
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
……
```

## 支持的属性、方法
### 支持的属性、方法
|属性名|含义|默认值
|---|---|---|
|rRadius|统一设置四个角的圆角半径|0dp
Expand Down

0 comments on commit a00f208

Please sign in to comment.