AnimatedTabLayout icon indicating copy to clipboard operation
AnimatedTabLayout copied to clipboard

Use in java

Open tellfa opened this issue 6 years ago • 2 comments

Thanks for this great lib. Can i use this into java?

tellfa avatar May 20 '18 14:05 tellfa

Yes, you can use this library in java project. But you must add kotlin to your project.

frknkntr avatar Jul 17 '18 14:07 frknkntr

Issue in Java implementation. on click of tabs does not work. In debug mode code does not enter to code block where it add onClickListner for tabs in AnimatedTabLayout.kt

tabs.forEach { tab -> containerLinearLayout.addView(tab) tab.setOnClickListener { val selectedIndex = tabs.indexOf(tab) onPageChangeListener.onPageSelected(selectedIndex) viewPager.currentItem = selectedIndex } }

akhileshsharma avatar Aug 01 '21 12:08 akhileshsharma