MaterialTabs
MaterialTabs copied to clipboard
Custom Tabs with Material Design effects
I've used this plugin recently and I'd love to have more stylish options to the Ripple Effect. :)
: Change the use of the clear() of the List class.
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
I needed to change a tab icon rec programmatically and i did it like this Drawable newicon; MaterialTabHost tabHost; ... tabHost.gettabon(3).setIcon(newicon);
This helper methods can be very useful if you want to use font awesome icons as text for the tabs. Example: Typeface fontAwesome = Typeface.createFromAsset(getAssets(), "fonts/fontawesome-webfont.ttf"); ``` for (int i...
Hi neokree, nice repo :+1: and helped me, but some code's error after cloned, now have been fixed and some changes added. - Added demo fragment - Deleted module and...
for indicator height change & divider option with few properties
I haven't tested this because I don't know how to set up the build environment, but I think this should work. I want a screen with 5 short-named tabs (2-character...