We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960ff9e commit 431eab4Copy full SHA for 431eab4
README.md
@@ -46,8 +46,8 @@
46
47
| Span | 描述 |
48
|-|-|
49
-| CenterImageSpan | 垂直对齐方式/图片宽高/固定图片比例 |
50
-| GlideImageSpan | 网络图片/GIF动画/垂直对齐方式/图片宽高/固定图片比例, 要求依赖[Glide](https://github.com/bumptech/glide) |
+| CenterImageSpan | 垂直对齐方式/图片宽高/固定图片比例/显示文字 |
+| GlideImageSpan | 网络图片/GIF动画/垂直对齐方式/图片宽高/固定图片比例/显示文字, 要求依赖[Glide](https://github.com/bumptech/glide) |
51
| MarginSpan | 文字间距 |
52
| ColorSpan | 快速创建文字颜色 |
53
| HighlightSpan | 创建字体颜色/字体样式/可点击效果 |
@@ -86,7 +86,7 @@ dependencyResolutionManagement {
86
然后在 module 的 build.gradle 添加依赖框架
87
88
```groovy
89
-implementation 'com.github.liangjingkanji:spannable:1.1.4'
+implementation 'com.github.liangjingkanji:spannable:1.1.5'
90
```
91
92
0 commit comments