Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Nov 24, 2022
1 parent 0774b97 commit 9c9fda7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 2022-11-24

版本: `3.4.1`, 更新日志:
版本: `3.4.2`, 更新日志:

- 调整`tab_indicator_style`属性
- 新增`tab_item_equ_width_count_range`属性, 支持`[3~5]`条件控制等宽
- 修复`indicatorGravity`无效的问题

# 2022-10-31

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ allprojects {

```kotlin
dependencies {
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.4.1'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.4.2'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.4.1'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.4.2'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.4.1'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.4.2'
}
```

Expand Down

0 comments on commit 9c9fda7

Please sign in to comment.