I'm building an app for android and I've noticed a bug with the sizes of tab icons across different screens.
My images are 30x30, and this isn't specified in the code. They look perfect when the screen is set to HVGA in the emulator, but look minuscule in the WQVGA400 screens and way too large in WVGA800.
Is there anyway for Titanium to automatically detect this, (like using images with @2x for the iphone retina display), or anyway to detect and correct it in the source code?
Thanks!
Your Answer
Think you can help? Login to answer this question!