Skip to content

Commit

Permalink
3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Jul 7, 2023
1 parent cfbb090 commit 250162f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2023-7-7

版本: `3.5.4`, 更新日志:

- 新增`layout_tab_text_view_index`属性
- 新增`layout_tab_icon_view_index`属性
- 新增`layout_tab_text_view_id`属性
- 新增`layout_tab_icon_view_id`属性
- 上述属性可以在每个不同的item上指定不同`id`对应的`TextView``ImageView`

# 2023-1-7

版本: `3.5.3`, 更新日志:
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.5.3'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.4'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.3'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.4'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.3'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.4'
}
```

Expand Down

0 comments on commit 250162f

Please sign in to comment.