SmartTabLayout
SmartTabLayout copied to clipboard
A custom ViewPager title strip which gives continuous feedback to the user when scrolling
I asked my developer to turn the text tabs into icons, which he did. But there seems to be this issue when icons slightly move left and right. How do...
Hi, I have a editText in the first viewpager's item. How I suppose to findViewById if the view is null? ``` adapter = new ViewPagerItemAdapter(ViewPagerItems.with(context) .add("Notes", R.layout.notes_layout) .add("Photo", R.layout.media) .create());...
Viewpager2 not supported, can u please add Viewpager2 support, or if u can help how to attach it with the current version
H _Originally posted by @POOHBEAR77l in https://github.com/ogaclejapan/SmartTabLayout/issues/312#issuecomment-991069131_
Me
We've started migrating our project to VP2 while ago, do we need to abandon this lib or an update with support is coming soon..? Thank you for your time, lib...
the 3rd tab is empty. Content does not render. Only showed up after onPause() (for example when a dialog activity shows up on top of the current activity).
Hello try to create double layer tabs. Each tab of the first layer should contain new tabs. Started with the icon/text example and create the first tab layer in Activtiy...