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've been using the huge time-saver Android asset studio at http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html to help with taking my images and creating tab icons.

I'm now using the asset studio to generate actionbar icons for the options menu. I've given it an image of color white with 80% opacity as specified in the design guidelines. The problem is that the images appears very dark, as if the icon is disabled. In fact, on actual hardware, I cannot even tell the icons are on the screen. (My theme is holo-dark, btw) If I generate using the asset studio option 'menu icons' then then the icons are no longer so dark, but appear slightly too large.

The menu I'm creating is the one created through onCreateOptionsMenu. Should I be using the menu icons or actionbar icon generator in the asset studio? If actionbar icons, why do the icons always appear very dark?

share|improve this question
Did you try changing the Theme when generating the icons using the Asset Studio? There's an option to switch between Holo Light and Holo Dark. With Holo Dark active, the output images are definitely white-ish, which leaves me to believe you might've used Holo Light (which will give quite dark icons). – MH. Feb 22 '12 at 18:26
Yep, that's where I went wrong, skipped right over that option. Thank you! – Shaversport Feb 22 '12 at 18:41
Cool, fortunately an easy 'fix'. :) I'll just post my comment as answer so you can keep your acceptance rate at level. Cheers! – MH. Feb 23 '12 at 3:54

1 Answer

Did you try changing the Theme when generating the icons using the Asset Studio? There's an option to switch between Holo Light and Holo Dark. With Holo Dark active, the output images are definitely white-ish, which leaves me to believe you might've used Holo Light (which will give quite dark icons).

share|improve this answer

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.