I am working on Tablayout with text and icon from the following tutorial ..
My question is how to make the icon placed next to the text instead of above them? I am n
Another solution is setting the app:tabInlineLabel="true" in your activity .xml or call the TabLayout method setInlineLabel(true).
app:tabInlineLabel="true"
setInlineLabel(true)
Source