SpaceTabLayout icon indicating copy to clipboard operation
SpaceTabLayout copied to clipboard

Not actively maintained, but PR are welcomed

Results 37 SpaceTabLayout issues
Sort by recently updated
recently updated
newest added

if in the theme we set application to RTL `rtl` or something like that, the direction of moving and icon swapping is messing up.

fragmentList.add(new HomeThis()); fragmentList.add(new Forum()); fragmentList.add(new Follow()); fragmentList.add(new Find()); fragmentList.add(new My_putstr()); spaceTabLayout.initialize(main_viewpager, getSupportFragmentManager(), fragmentList, savedInstanceState); You can only use XML to set icons, spaceTabLayout.setTabOneIcon(R.drawable.ic_ico_home); It will be a mistake Prompt to...

hi.icon are so big.i know we can change icon size with any editing software but i mean icon in unselected are so big and in selected ,are tiny.how we can...

Hi, when I try to create more than three tabs, the text for fourth and onwards tabs doesn't show, moreover the icon is not changing for the fourth tab and...

im a newbie in android developing and i really love this spacetablayout but keeping force stop when i use lib for ads i hope someone can help me to resolve...

I want to change the tabs from an Activity. like in XML we have starting_position and that opens whichever position we want spaceTabLayout to be selected by-default, Can I implement...

I have used three tabs with text. but text not aligned centre and it's looking not good. ![screenshot_2018-07-07-10-43-56 #1](https://user-images.githubusercontent.com/16917570/42407130-ba0cc2dc-81d3-11e8-9dc6-f80fbd5f37b6.png) before above view, I had used only icon so third icon...

I noticed that a user can not scroll to the exact position of the button on the underlying bar, this causes the button to snap abruptly to the final position...

enhancement
help wanted