We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2cf0c5 + f2217e9 commit 9dac1ceCopy full SHA for 9dac1ce
1 file changed
README.md
@@ -35,7 +35,7 @@ allprojects {
35
Step 2. Add the dependency
36
```
37
dependencies {
38
- implementation 'com.github.DrownCoder:EasyTextView:v1.1'
+ implementation 'com.github.DrownCoder:EasyTextView:v1.11'
39
}
40
41
### 效果
@@ -157,7 +157,10 @@ v1.1
157
>1.中间的文字支持字符串(原来只支持iconfont)
158
>2.左边文字,中间文字,右边文字分别支持粗体和斜体
159
>3.左边文字,中间文字,右边文字支持xml中设置iconfont(原来xml中只支持中间文字设置)
160
->4.优化了代码
+>4.优化了代码
161
+
162
+v1.11
163
+>修复右侧文字颜色失效bug
164
165
[详细版本信息](https://github.com/DrownCoder/EasyTextView/releases)
166
0 commit comments