aboutsummaryrefslogtreecommitdiffstats
path: root/assetstudio/src/com/android/assetstudiolib/ActionBarIconGenerator.java
Commit message (Collapse)AuthorAgeFilesLines
* ADT: Asset Studio library updates for ICSRoman Nurik2012-01-231-17/+7
| | | | | | | | Updates the action bar and status bar icon generators to better conform to the design guidelines. Also switches scaling logic to use an MDPI baseline rather than an HDPI baseline. Change-Id: I21c23d308f57157f1d2c02ddded143a5da188f85
* Add support for remaining asset types in Asset Studio WizardTor Norbye2011-09-011-0/+92
This changeset ports the remaining graphic generators from the HTML5 version (notifications, tabs, action bar), and hooks up wizard support for them. It also adds unit tests for the generators which generates images and compares them to known good versions. I ran these tests comparing them to the output from the HTML5 version of Asset Studio and all but 3 of the images varied less than 5% (and I verified the remaining manually and they're all fine and the difference is due to the images being aligned slightly differently.) The icon wizard is now also hooked up to the "New" button in the Resource Chooser for drawable resources, and this changeset also fixes a few related issues ("New" didn't work for file-based resources, and newly created resources weren't showing up in the selection list.) Change-Id: I48c49f1d5de452aa5b78e491d9b07e7156397fa9