Closed aljanshere closed 5 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)
Im also having this issue. Please provide a fix for this.