Skip to content

Commit

Permalink
修改Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnail committed Jul 12, 2019
1 parent ffd3145 commit c848b60
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ implementation 'top.androidman:superbutton:1.0.1'

基本使用|单独设置每个圆角|Selector|圆形按钮
:---:|:---:|:---:|:---:
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711155020.png" width="200" />|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711171924.png" width="200"/>|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172054.gif" width="200" />|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172121.png" width="200" />
<img src="./image/20190711155020.png" width="200" />|<img src="./image/20190711171924.png" width="200"/>|<img src="./image/20190711172054.gif" width="200" />|<img src="./image/20190711172121.png" width="200" />
渐变背景的按钮|有边框按钮|按钮不可点击|带图标按钮
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172358.png" width="200" />|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172416.png" width="200"/>|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172439.png" width="200" />|<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172519.png" width="200" />
<img src="./image/20190711172358.png" width="200" />|<img src="./image/20190711172416.png" width="200"/>|<img src="./image/20190711172439.png" width="200" />|<img src="./image/20190711172519.png" width="200" />

### 代码解释

#### 0x1 基本使用
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711155020.png"/>
<img src="./image/20190711155020.png"/>

##### 代码
```
Expand All @@ -71,7 +71,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x2 单独设置每个圆角
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711171924.png"/>
<img src="./image/20190711171924.png"/>

##### 代码
```
Expand Down Expand Up @@ -103,7 +103,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x3 Selector
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172054.gif"/>
<img src="./image/20190711172054.gif"/>

##### 代码
```
Expand All @@ -126,7 +126,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x4 圆形按钮
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172121.png"/>
<img src="./image/20190711172121.png"/>

##### 代码
```
Expand Down Expand Up @@ -154,7 +154,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x5 渐变背景的按钮
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172358.png"/>
<img src="./image/20190711172358.png"/>

##### 代码
```
Expand Down Expand Up @@ -190,7 +190,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x6 有边框按钮
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172416.png"/>
<img src="./image/20190711172416.png"/>

##### 代码
```
Expand All @@ -214,7 +214,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x7 按钮不可点击
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172439.png"/>
<img src="./image/20190711172439.png"/>

##### 代码
```
Expand Down Expand Up @@ -242,7 +242,7 @@ implementation 'top.androidman:superbutton:1.0.1'

### 0x8 带图标按钮
##### 效果
<img src="https://ansnail.oss-cn-beijing.aliyuncs.com/superbutton/20190711172519.png"/>
<img src="./image/20190711172519.png"/>

##### 代码
```
Expand Down
Binary file added image/20190711155020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711171924.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172054.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172121.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172358.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172416.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172439.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/20190711172519.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c848b60

Please sign in to comment.