Skip to content

Commit e930581

Browse files
committed
1,完善readme
1 parent 1ecffa0 commit e930581

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README-zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@ text7.setHtmlText("哈哈哈<a>lala</a>啦啦<a href=\"haha\">haha</a>哈哈哈<
266266
```
267267

268268
## HtmlImage 参数一览
269-
|属性|参数类型|描述|
270-
|---|:---:|:---:|
271-
|imagePlaceHolder|@DrawableRes int|网络图片加载时图片资源Id|
272-
|maxWidth|float|图片宽度(单位:DP)|
273-
|maxHeight|float|图片高度(单位:DP)|
274-
|verticalAlignment|int|图片对齐方式(ALIGN_BASELINE/ALIGN_CENTER/ALIGN_BOTTOM)|
269+
|属性|参数类型| 描述 |
270+
|---|:---:|:------------------------------------------------:|
271+
|imagePlaceHolder|@DrawableRes int| 网络图片加载时图片资源Id |
272+
|maxWidth|float| 图片最大宽度(单位:DP) |
273+
|maxHeight|float| 图片最大高度(单位:DP) |
274+
|verticalAlignment|int| 图片对齐方式(ALIGN_BASELINE/ALIGN_CENTER/ALIGN_BOTTOM) |
275275

276276
# 我的更多开源库推荐
277277

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ text7.setHtmlText("哈哈哈<a>lala</a>啦啦<a href=\"haha\">haha</a>哈哈哈<
270270

271271
## HtmlImage parameter list
272272
|property|parameter type|description|
273-
|---|:---:|:---:|
274-
|imagePlaceHolder|@DrawableRes int|Id of the image resource when the network image is loaded|
275-
|maxWidth|float|Image width (unit: DP)|
276-
|maxHeight|float|Image height (unit: DP)|
277-
|verticalAlignment|int|Image alignment (ALIGN_BASELINE/ALIGN_CENTER/ALIGN_BOTTOM)|
273+
|---|:---:|:-------------------------------------- ----------:|
274+
|imagePlaceHolder|@DrawableRes int| Id of the image resource when the network image is loaded |
275+
|maxWidth|float| The maximum width of the picture (unit: DP) |
276+
|maxHeight|float| Maximum image height (unit: DP) |
277+
|verticalAlignment|int| Image alignment (ALIGN_BASELINE/ALIGN_CENTER/ALIGN_BOTTOM) |
278278

279279
# My more open source library recommendations
280280

0 commit comments

Comments
 (0)