Here\'s what I\'d like to remove :
How do I replace the indicator show
You can simply use this method on your tablayout to hide the tab indicator.
tabLayout.setSelectedTabIndicatorColor(Color.TRANSPARENT);