Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help] Remove title from below icons #330

Closed
romeroz opened this issue Jul 4, 2016 · 10 comments
Closed

[Help] Remove title from below icons #330

romeroz opened this issue Jul 4, 2016 · 10 comments

Comments

@romeroz
Copy link

romeroz commented Jul 4, 2016

How do you remove title text combined with noResizeGoodness() so that it only shows the icon highlighted with clicking on a tab (like instagram app)?

@romeroz romeroz changed the title [Help] Can you disable the zooming animation when clicking on a tab item? [Help] Remove title test Jul 4, 2016
@romeroz romeroz changed the title [Help] Remove title test [Help] Remove title from below icons Jul 4, 2016
@christaupher
Copy link

Hmm... how many questions are you asking ?

To remove the zooming animation, you got to use the fixed mode.
mBottombar.useFixedMode();

To remove the title how about setting the title to an empty string ?
I don't know if you are using an XML file in your bottombar, try to set this in your xml file
android:title=""

Hope it works,

@romeroz
Copy link
Author

romeroz commented Jul 7, 2016

@christaupher I wasn't able to delete my question so I just edited it =P

I already tried android:title="" and it doesn't work. It shows an empty view and it just takes up space as if something was there if you know what I mean...

@Studentessa
Copy link

I'm having the same issue, I had tried tittle="", also I had tried setting any title, but it shows "null" in the view.

@ParitoshVaidya
Copy link

ParitoshVaidya commented Aug 13, 2016

Same problem here. Set title="" but no change in view.

@DenisBronx
Copy link

@christaupher i can't see the method useFixedMode you mentioned in BottomBar

@rakshitsoni02
Copy link

rakshitsoni02 commented Jan 2, 2017

any luck removing tittle ? i also need the same feature as mentioned above.

@abc873693
Copy link

I use setPadding() to finish this . Remember setting title to empty.
Example:
bottomBar.getTabWithId(R.id.tab_roomType).setPadding(0,PaddingTop,0,0);

@roughike
Copy link
Owner

See #373. This will be in the next release.

@deepankumarpn
Copy link

@abc873693 i need getTabWithId method code. please give me the method code.

@abc873693
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants