Here\'s what I\'d like to remove :
How do I replace the indicator show
here what I use, since the tabIndicator.setSelectedTabIndicatorHeight(0); is depcrecated
tabIndicator.setSelectedTabIndicatorHeight(0);
use tabIndicator.setSelectedTabIndicator(0);
tabIndicator.setSelectedTabIndicator(0);