MagicIndicator
MagicIndicator copied to clipboard
Fixed Tab layout full width
How can I achieve a fixed tab layout that spreads across the entire width of the screen? Something like this:
tabLayout.setTabMode(TabLayout.MODE_FIXED);
The tabs should not scroll and only use the width of the screen. But still with the animation when swiping between the tabs.
setAdjustMode(boolean is)