long1eu / SpaceTabLayout

Not actively maintained, but PR are welcomed
1.6k stars 265 forks source link

Four & five icon not changed #28

Closed aljanshere closed 5 years ago

aravindmj97 commented 6 years ago

Im also having this issue. Please provide a fix for this.

WrathChaos commented 6 years ago

Edit : Solved it. It is not working on XML part. You can set the 4-5th icon programmatically. After initialize the tabLayout, you can set the icons. Example : tabLayout.initialize(viewPager, supportFragmentManager, fragmentList, savedInstanceState) tabLayout.setTabFourIcon(R.drawable.ic_group_people_icon)