NavigationTabStrip
NavigationTabStrip copied to clipboard
Navigation tab strip with smooth interaction.
its bug and no change when i set 0 or 1 for start tab can someone help me?
Font asset not found fonts/drugs.otf at com.gigamole.navigationtabstrip.NavigationTabStrip.setTypeface
my page change listener is not working internal class MyPageChangeListener : Java.Lang.Object, ViewPager.IOnPageChangeListener { public MyPageChangeListener(MainActivity activity) { this.activim = activity; Toast.MakeText(activim, "Tammadır", ToastLength.Long).Show(); System.Diagnostics.Debug.WriteLine("sadgasg"); } public MainActivity activim; public...
Is is possible to implement this? Or how I can achieve this myself?
thanks to provide so good lib,but i have some question to you  i just want to complete this,means change the tab line width more short.thanks for you respond
I want reduce strip(line) width size! Is that possible?
what wrong with the problem? `mSubaeraTablayout.setTitles(array); // mSubaeraTablayout.setStripColor(Color.RED); mSubaeraTablayout.setTabIndex(curZoneChannelPos, true); mSubaeraTablayout.setOnPageChangeListener(new ViewPager.OnPageChangeListener() { @Override public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) { //not worked! ToastUtil.showShortToast("position"+position); } @Override public void...
As the title says. Using NavigationTabBar#deselect when onStartTabSelected gets called. It will not throw the error in onEndTabSelected. The stacktrace said the error came from line 868 and 877 in...
Is it possible to put NavigationTabStrip inside HorizontalScrollView? I tried to do this, but NavigationTabStrip is not displayed. ``` ` ` ``` I need to make a scrollable NavigationTabStrip with...