On Wed, May 8, 2013 at 12:49 AM, Justin Mclean <jus...@classsoftware.com>wrote:
> HI, > > > If you let me know the related files, I can take a stab at it. > > It's everything under > frameworks/projects/mobiletheme/src/spark/skins/mobile/mobile480 in the > 480dpi branch, files there are just a copy of the the 320 dpi files. Free > free to delete everything in that directory and start from scratch if you > want. > > Thanks, > Justin I wrote a small tool to upconvert the 320dpi to 420dpi. Essentially I scaled up each first level child element in every skin by a factor of 1.5. Anyone see any problems with this logic? I did some random testing and the new skins look okay to my naked eye. But I want to do more thorough testing. What would be the best way to test these new skins? Can I check it into the 480dpi branch for others to test as well? Thanks, Om