Android TabLayout tabPaddingTop and tabPaddingBottom not being removed
Please refer to the above issue as well.
Even since i updated my design library to \"23.2.
Try adding below attributes to TabLayout:
app:tabPaddingStart="-1dp" app:tabPaddingEnd="-1dp"
Hope it'll work.