File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments