MagicIndicator icon indicating copy to clipboard operation
MagicIndicator copied to clipboard

Fixed Tab layout full width

Open taar1 opened this issue 7 years ago • 1 comments

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.

taar1 avatar Oct 17 '18 08:10 taar1

setAdjustMode(boolean is)

103945089 avatar Nov 29 '19 09:11 103945089