I have created a toolbar with a tabpane(Background, TextStyle, font). But I followed serval tutorials on the web and all have it with viewPager/slider which i dont want. So how do I create it without implementing viewPager?
So far I know its something to do with this:
@Override
public void onTabSelected(TabLayout.Tab tab) {
}