Skip to content

Commit 431eab4

Browse files
update: 1.1.5
1 parent 960ff9e commit 431eab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
| Span | 描述 |
4848
|-|-|
49-
| CenterImageSpan | 垂直对齐方式/图片宽高/固定图片比例 |
50-
| GlideImageSpan | 网络图片/GIF动画/垂直对齐方式/图片宽高/固定图片比例, 要求依赖[Glide](https://github.com/bumptech/glide) |
49+
| CenterImageSpan | 垂直对齐方式/图片宽高/固定图片比例/显示文字 |
50+
| GlideImageSpan | 网络图片/GIF动画/垂直对齐方式/图片宽高/固定图片比例/显示文字, 要求依赖[Glide](https://github.com/bumptech/glide) |
5151
| MarginSpan | 文字间距 |
5252
| ColorSpan | 快速创建文字颜色 |
5353
| HighlightSpan | 创建字体颜色/字体样式/可点击效果 |
@@ -86,7 +86,7 @@ dependencyResolutionManagement {
8686
然后在 module 的 build.gradle 添加依赖框架
8787

8888
```groovy
89-
implementation 'com.github.liangjingkanji:spannable:1.1.4'
89+
implementation 'com.github.liangjingkanji:spannable:1.1.5'
9090
```
9191

9292

0 commit comments

Comments
 (0)