summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-07-12 20:51:33 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-12 20:51:33 -0600
commit979c128b6b9a02a0393fac8078aa82f52e4789f3 (patch)
tree01f86b11594e675d37c341e1acd727422a99d5c5
parent49c918fe62c8ad2fd4091e8f1ad5f19e7ab37956 (diff)
Use correct target array for Android small icons
-rw-r--r--Rakefile2
-rw-r--r--android/res/drawable-hdpi/kid-jumping-silhouette-light.pngbin2110 -> 1272 bytes
-rw-r--r--android/res/drawable-ldpi/kid-jumping-silhouette-light.pngbin1272 -> 632 bytes
-rw-r--r--android/res/drawable-mdpi/kid-jumping-silhouette-light.pngbin1731 -> 845 bytes
-rw-r--r--android/res/drawable-xhdpi/kid-jumping-silhouette-light.pngbin2558 -> 1731 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c6fcdc3..bf44262 100644
--- a/Rakefile
+++ b/Rakefile
@@ -66,7 +66,7 @@ qt_light_icon_target = [
svg_to_png = [
['svg/android/leap-launcher.svg', android_launcher_target],
['svg/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}],
- ['svg/kid-jumping-silhouette-light.svg', android_launcher_target],
+ ['svg/kid-jumping-silhouette-light.svg', android_icon_target],
['svg/android/leap-debug-launcher.svg', android_launcher_target],
['svg/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}],
['svg/android/icons/*.svg', android_icon_target],
diff --git a/android/res/drawable-hdpi/kid-jumping-silhouette-light.png b/android/res/drawable-hdpi/kid-jumping-silhouette-light.png
index c1a0bde..98d6051 100644
--- a/android/res/drawable-hdpi/kid-jumping-silhouette-light.png
+++ b/android/res/drawable-hdpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-ldpi/kid-jumping-silhouette-light.png b/android/res/drawable-ldpi/kid-jumping-silhouette-light.png
index 98d6051..4f0ba1d 100644
--- a/android/res/drawable-ldpi/kid-jumping-silhouette-light.png
+++ b/android/res/drawable-ldpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-mdpi/kid-jumping-silhouette-light.png b/android/res/drawable-mdpi/kid-jumping-silhouette-light.png
index 51af141..e8c99c1 100644
--- a/android/res/drawable-mdpi/kid-jumping-silhouette-light.png
+++ b/android/res/drawable-mdpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png b/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png
index 5344235..51af141 100644
--- a/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png
+++ b/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png
Binary files differ