We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066970e commit 16a15ffCopy full SHA for 16a15ff
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2023-1-7
2
+
3
+版本: `3.5.3`, 更新日志:
4
5
+- 新增`tab_use_typeface_bold`属性, 支持使用粗体字体实现变粗效果
6
7
# 2022-12-9
8
9
版本: `3.5.2`, 更新日志:
README.md
@@ -94,12 +94,12 @@ allprojects {
94
95
```kotlin
96
dependencies {
97
- implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.2'
+ implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.3'
98
99
//可选
100
- implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.2'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.3'
101
102
- implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.2'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.3'
103
}
104
```
105
0 commit comments