Skip to content

Commit 59138f7

Browse files
authored
Update README.md
1 parent c9de0fe commit 59138f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## how to use:
3030
### 1. gradle
3131
```groovy
32-
compile 'q.rorbin:VerticalTabLayout:1.2.2'
32+
compile 'q.rorbin:VerticalTabLayout:1.2.4'
3333
```
3434
VERSION_CODE : [here](https://github.com/qstumn/VerticalTabLayout/releases)
3535
### 2. xml
@@ -121,7 +121,7 @@ ViewPager的PagerAdapter可选择实现TabAdapter接口
121121
### 5. 设置badge
122122
```java
123123
int tabPosition = 3;
124-
int badgeNum=55;
124+
int badgeNum = 55;
125125
tablayout.setTabBadge(tabPosition,badgeNum);
126126
Badge badge = tablayout.getTabAt(position).getBadgeView();
127127

0 commit comments

Comments
 (0)