FunTabLayout icon indicating copy to clipboard operation
FunTabLayout copied to clipboard

An efficient tablayout for Android with added FUN!

Results 2 FunTabLayout issues
Sort by recently updated
recently updated
newest added

This is my kotlin code: ``` val viewPager = findViewById(R.id.viewpager) as ViewPager setupViewPager(viewPager) val tabLayout = findViewById(R.id.tablayout) as FunTabLayout val builder = BubbleTabAdapter.Builder(this).setViewPager(viewPager).setTabPadding(24, 24, 24, 24) .setTabIndicatorColor(Color.parseColor("#ffa022")) .setTabBackgroundResId(R.drawable.ripple).setIconFetcher(this) .setIconDimension( 50...

this working fine. but when i click on the tab icons, it doesn't change the fragments . please help me. i have to swipe horizontally for changing the fragments