From 05d23f34073d09e31bc7fc2a0b72023e1dccd00d Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 26 Jan 2013 00:44:19 -0800 Subject: added icons and Rakefile for rendering to svg to png. --- android/leap-icon.png | Bin 0 -> 44718 bytes android/res/drawable-hdpi/leap-launcher.png | Bin 0 -> 4254 bytes android/res/drawable-ldpi/leap-launcher.png | Bin 0 -> 1517 bytes android/res/drawable-mdpi/leap-launcher.png | Bin 0 -> 2320 bytes android/res/drawable-xhdpi/leap-launcher.png | Bin 0 -> 6320 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/leap-icon.png create mode 100644 android/res/drawable-hdpi/leap-launcher.png create mode 100644 android/res/drawable-ldpi/leap-launcher.png create mode 100644 android/res/drawable-mdpi/leap-launcher.png create mode 100644 android/res/drawable-xhdpi/leap-launcher.png (limited to 'android') diff --git a/android/leap-icon.png b/android/leap-icon.png new file mode 100644 index 0000000..5f358a6 Binary files /dev/null and b/android/leap-icon.png differ diff --git a/android/res/drawable-hdpi/leap-launcher.png b/android/res/drawable-hdpi/leap-launcher.png new file mode 100644 index 0000000..a07db1e Binary files /dev/null and b/android/res/drawable-hdpi/leap-launcher.png differ diff --git a/android/res/drawable-ldpi/leap-launcher.png b/android/res/drawable-ldpi/leap-launcher.png new file mode 100644 index 0000000..6f25cd0 Binary files /dev/null and b/android/res/drawable-ldpi/leap-launcher.png differ diff --git a/android/res/drawable-mdpi/leap-launcher.png b/android/res/drawable-mdpi/leap-launcher.png new file mode 100644 index 0000000..4b3456f Binary files /dev/null and b/android/res/drawable-mdpi/leap-launcher.png differ diff --git a/android/res/drawable-xhdpi/leap-launcher.png b/android/res/drawable-xhdpi/leap-launcher.png new file mode 100644 index 0000000..dbb53ee Binary files /dev/null and b/android/res/drawable-xhdpi/leap-launcher.png differ -- cgit v1.2.3