-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e07692
commit b5da326
Showing
6 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ ViewPagerIndicator | |
###7.导入方式 | ||
<1>gradle导入 | ||
|
||
compile 'com.shizhefei:ViewPagerIndicator:1.1.2' | ||
compile 'com.shizhefei:ViewPagerIndicator:1.1.3' | ||
由于用到了v4和recyclerview所以也要导入他们 | ||
compile 'com.android.support:support-v4:23.4.0' | ||
compile 'com.android.support:recyclerview-v7:23.2.1' | ||
|
@@ -221,6 +221,10 @@ Fragment继承该类实现 显示Framgment的时候才会去创建你自己的 | |
有什么建议可以发到我的邮箱 [email protected] | ||
|
||
## 版本更新 ## | ||
1.1.3 | ||
|
||
修复SpringBar点击最后一个tab,第一个tab显示的问题 | ||
IndicatorViewPager添加setClickIndicatorAnim(boolean anim),用于配置点击tab的是否执行viewPager的切换动画 | ||
1.1.2 | ||
|
||
修复LazyFragment 的 onCreateViewLazy(Bundle savedInstanceState) 避免获取不到savedInstanceState | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters