aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-09-30 20:22:07 -0700
committerXavier Ducrohet <xav@android.com>2009-09-30 20:46:00 -0700
commit570d2d4dad1a0e362a005f6eb80b591e219c8217 (patch)
treecafc1b2356c15dddbcff591d94f54d4e2e776392 /eclipse/plugins/com.android.ide.eclipse.adt/templates
parent96d2400bbec270a0b479c9b467d476599fe7a924 (diff)
downloadsdk-570d2d4dad1a0e362a005f6eb80b591e219c8217.zip
sdk-570d2d4dad1a0e362a005f6eb80b591e219c8217.tar.gz
sdk-570d2d4dad1a0e362a005f6eb80b591e219c8217.tar.bz2
Replace icon template with new style and multiple densities.
The icon in the templates of ADT was medium density only. I added new densities (high and low), as well as updated to the new Eclair style. Also added a version for Ant project. Updated ADT and sdklib to deal with creating new projects with all 3 icons. In case of Ant project, this is done only if the icons are present in the target platforms. For ADT, this is done only if the project target donut or later. Older project still have only one icon located in drawable/ Change-Id: I77069a1e4902ef395d490526aabc40a26e33d4ca
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/templates')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/icon.pngbin3180 -> 0 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_hdpi.pngbin0 -> 4147 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_ldpi.pngbin0 -> 1723 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_mdpi.pngbin0 -> 2574 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon.png b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon.png
deleted file mode 100644
index 7502484..0000000
--- a/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon.png
+++ /dev/null
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_hdpi.png b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_hdpi.png
new file mode 100644
index 0000000..8074c4c
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_hdpi.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_ldpi.png b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_ldpi.png
new file mode 100644
index 0000000..1095584
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_ldpi.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_mdpi.png b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_mdpi.png
new file mode 100644
index 0000000..a07c69f
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_mdpi.png
Binary files differ