From 59bddc5b09c091cfae54577ec36b16925b362b55 Mon Sep 17 00:00:00 2001 From: Tor Norbye <tnorbye@google.com> Date: Thu, 25 Aug 2011 13:13:34 -0700 Subject: Add support for remaining asset types in Asset Studio Wizard 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 --- .../src/images/notification_stencil/circle/hdpi.png | Bin 0 -> 1260 bytes .../src/images/notification_stencil/circle/ldpi.png | Bin 0 -> 751 bytes .../src/images/notification_stencil/circle/mdpi.png | Bin 0 -> 925 bytes .../src/images/notification_stencil/circle/xhdpi.png | Bin 0 -> 2596 bytes .../src/images/notification_stencil/square/hdpi.png | Bin 0 -> 519 bytes .../src/images/notification_stencil/square/ldpi.png | Bin 0 -> 395 bytes .../src/images/notification_stencil/square/mdpi.png | Bin 0 -> 491 bytes .../src/images/notification_stencil/square/xhdpi.png | Bin 0 -> 1534 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assetstudio/src/images/notification_stencil/circle/hdpi.png create mode 100644 assetstudio/src/images/notification_stencil/circle/ldpi.png create mode 100644 assetstudio/src/images/notification_stencil/circle/mdpi.png create mode 100644 assetstudio/src/images/notification_stencil/circle/xhdpi.png create mode 100644 assetstudio/src/images/notification_stencil/square/hdpi.png create mode 100644 assetstudio/src/images/notification_stencil/square/ldpi.png create mode 100644 assetstudio/src/images/notification_stencil/square/mdpi.png create mode 100644 assetstudio/src/images/notification_stencil/square/xhdpi.png (limited to 'assetstudio/src/images') diff --git a/assetstudio/src/images/notification_stencil/circle/hdpi.png b/assetstudio/src/images/notification_stencil/circle/hdpi.png new file mode 100644 index 0000000..4d28710 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/circle/hdpi.png differ diff --git a/assetstudio/src/images/notification_stencil/circle/ldpi.png b/assetstudio/src/images/notification_stencil/circle/ldpi.png new file mode 100644 index 0000000..5c9a9f7 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/circle/ldpi.png differ diff --git a/assetstudio/src/images/notification_stencil/circle/mdpi.png b/assetstudio/src/images/notification_stencil/circle/mdpi.png new file mode 100644 index 0000000..1f064a2 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/circle/mdpi.png differ diff --git a/assetstudio/src/images/notification_stencil/circle/xhdpi.png b/assetstudio/src/images/notification_stencil/circle/xhdpi.png new file mode 100644 index 0000000..f6a57c1 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/circle/xhdpi.png differ diff --git a/assetstudio/src/images/notification_stencil/square/hdpi.png b/assetstudio/src/images/notification_stencil/square/hdpi.png new file mode 100644 index 0000000..f755f4f Binary files /dev/null and b/assetstudio/src/images/notification_stencil/square/hdpi.png differ diff --git a/assetstudio/src/images/notification_stencil/square/ldpi.png b/assetstudio/src/images/notification_stencil/square/ldpi.png new file mode 100644 index 0000000..23846bd Binary files /dev/null and b/assetstudio/src/images/notification_stencil/square/ldpi.png differ diff --git a/assetstudio/src/images/notification_stencil/square/mdpi.png b/assetstudio/src/images/notification_stencil/square/mdpi.png new file mode 100644 index 0000000..5f80247 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/square/mdpi.png differ diff --git a/assetstudio/src/images/notification_stencil/square/xhdpi.png b/assetstudio/src/images/notification_stencil/square/xhdpi.png new file mode 100644 index 0000000..7c27d82 Binary files /dev/null and b/assetstudio/src/images/notification_stencil/square/xhdpi.png differ -- cgit v1.1