TabLayoutHelper
A small library which helps to use TabLayout with ViewPager more easily.
- Automatically switch
TabLayout.MODE_FIXED
andTabLayout.MODE_SCROLLABLE
depends on total tab width. - Easily to implement custom tab views
Target platforms
- API level 14 or later
Latest version
- Version 1.0.0 (September 24, 2018)
Getting started
This library is published on jCenter. Just add these lines to build.gradle
.
NOTE
- Since v1.0.0, this library has been migrated to AndroidX. If you still need to use support libraries, use v0.9.1 instead.