Different tabMode for TabLayout
问题 I`m using ViewPager and TabLayout. If tabs can be placed on the display tabMode they must be: app:tabMode="fixed" else app:tabMode="scrollable" How can I do this? 回答1: I din't get your question but i may help you, if tabs count is static or fixed(you know number of tabs) then app:tabMode="fixed" if tabs count is dynamic(data coming from feed) then app:tabMode="scrollable" 回答2: If the problem is that for certain screen configurations (e.g. small screens, portrait config, etc.) the tabs need to