We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13312f8 commit bb85eb2Copy full SHA for bb85eb2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2022-12-6
2
+
3
+版本: `3.5.0`, 更新日志:
4
5
+- 新增横向支持`wrap_content`测量模式
6
7
# 2022-11-24
8
9
版本: `3.4.2`, 更新日志:
README.md
@@ -94,12 +94,12 @@ allprojects {
94
95
```kotlin
96
dependencies {
97
- implementation 'com.github.angcyo.DslTablayout:TabLayout:3.4.2'
+ implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.0'
98
99
//可选
100
- implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.4.2'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.0'
101
102
- implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.4.2'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.0'
103
}
104
```
105
0 commit comments