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

I have animation in all the 3 tabs, but it only animates in the first tab. Is there a way I can know which tab the user is currently viewing,...

I want to add the title text for each fragment below the icon on SpaceTabLayout. By default position for texts are to the right of each button . How do...

hello , why when install on mobile be RTL and Totally be Messed up two run , an genymotion true , an mobile false ![capture11](https://cloud.githubusercontent.com/assets/28499711/25778604/1fef7baa-3318-11e7-84d0-862980262a75.PNG) ![screenshot_ - - - -...

hello my friend first of all thank you for this great library it is vary beautiful and fast but it has a problem with RTL support so if you can...

enhancement
help wanted

Hi there, I really love your project since it looks very cool. However, I wonder if it is possible to support four tabs and text. I know there may not...

Tried android:background with a custom drawable file. But it didn't work. Please provide a solution to make the color gradient

With this setting of the onclick listener: `tabLayout.setTabTwoOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Toast.makeText(getContext(),"Hello!",Toast.LENGTH_SHORT).show(); } });` When you select the second tab the onclick doesn't execute. But...

I get an error while clicking tab icons. the error is` _android.view.InflateException: Binary XML file line #0: Error inflating class fragment_` . The error occurs when onCreateView method is called...

Hi, Is it possible to remove all the icons and use only texts? Tnks