- Migrate to androidx 1.0.0
- Remove util-v13 library
- Update support library version to 28.0.0
- Change target sdk version to 28
- Change min sdk version to 14
- Deprecated util-v13 library
- Fixed issue with center last item in always in center tablayout #160
- Add
stl_indicatorWidth
to custom indicator's width #106
- Fixed indicator position of auto_center #100
- Add
stl_drawDecorationAfterTab
attribute for change the drawing order #58 - Add
stl_titleOffset
attribute for adjust the slide position #89 - Fixed a condition code of onSizeChanged for always in center
- Change the call order of OnTabClickListener when press the tab #74
- Update android support library version to 22.2.1
- Add TabClickListener interface #68
- RTL support #48
- Add
stl_clickable
attribute.
- Modify to ensure the first scroll #54
- Fix bug when indicatorAlwaysInCenter is true and tabHost has only two tabs #50
- Add custom ScrollListener interface #46
- Support the margin of each tab.
- Add
stl_indicatorWithoutPadding
andstl_indicatorGravity
attributes. - Add
stl_overlineColor
andstl_overlineThickness
attributes.
- Allow to set the background on default tab #13
- Added setter for tab text colors #10
- Allow to set a String title dynamically on PagerItems. #7
- Enable the format of ‘reference’ for defaultTextColor to support ColorStateList #3
- Supported Icon Tab. #1
- Initial release.