I am using design support to create tabs. I am also using ViewPager for swipable tabs.
ViewPager
Now, I don\'t know how to use only icons instead of texts in tabs
In new version of TabLayout, google added TabItem which easily can add Icon through your XML with following code:
TabLayout
TabItem
See more here.