Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to costumize tabbar interface for my app, is it possibile to change font, font size, put custom backround pattern image?

I realy need to change it so it can fit my app needs.

share|improve this question
yes you can easily do it with css3 , wich library do you use for tabbar? sencha touch or jquery mobile ? – Ocelot Sep 13 '12 at 8:59
i'm using Phonegap plugin, TabBar. I can manipulate it with css? – Bojan Vidanovic Sep 13 '12 at 9:27
so you are using native tabbar ?! it's kind of bad idea but if you want to style it you should do it naively im suggesting you to use html-java script tabbar. – Ocelot Sep 13 '12 at 9:36
Ok, i was hoping i could easily style the native tabbar. Thanks anyway man. – Bojan Vidanovic Sep 13 '12 at 9:44

1 Answer

up vote 3 down vote accepted

I'm the author of the tab bar plugin (repo on GitHub). It does not yet support changing the background image or the font, but it shouldn't be a big problem to implement this. I'll put it on the wishlist but at the moment I don't have time. If you want to implement it yourself in the meantime, look at the tab bar's setBackgroundImage method and in the plugin code, search for selectedImageTintColorRgba to see where you have to implement additional options.

share|improve this answer
Ok, thanks man! I'm short with time too, so i think this time im gonna go for html,css3 menu. Anyway realy nice work! Soon i get time, i'll start playing with the code. – Bojan Vidanovic Sep 14 '12 at 8:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.