From 53054ec9a1f5c7f70487a49ab14f15d3940189df Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 26 Jun 2013 12:13:29 -0600 Subject: Add Android debug build icon and rule in Rakefile caution tape - beware! --- Rakefile | 2 + android/leap-debug-icon.png | Bin 0 -> 47668 bytes android/res/drawable-hdpi/leap-debug-launcher.png | Bin 0 -> 4730 bytes android/res/drawable-ldpi/leap-debug-launcher.png | Bin 0 -> 1811 bytes android/res/drawable-mdpi/leap-debug-launcher.png | Bin 0 -> 2673 bytes android/res/drawable-xhdpi/leap-debug-launcher.png | Bin 0 -> 6848 bytes svg/android/leap-debug-launcher.svg | 931 +++++++++++++++++++++ svg/common/caution.svg | 146 ++++ 8 files changed, 1079 insertions(+) create mode 100644 android/leap-debug-icon.png create mode 100644 android/res/drawable-hdpi/leap-debug-launcher.png create mode 100644 android/res/drawable-ldpi/leap-debug-launcher.png create mode 100644 android/res/drawable-mdpi/leap-debug-launcher.png create mode 100644 android/res/drawable-xhdpi/leap-debug-launcher.png create mode 100644 svg/android/leap-debug-launcher.svg create mode 100644 svg/common/caution.svg diff --git a/Rakefile b/Rakefile index 9109b63..d1d14f8 100644 --- a/Rakefile +++ b/Rakefile @@ -66,6 +66,8 @@ 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/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], ['svg/status/dark/*.svg', status_dark_icon_target], ['svg/status/light/*.svg', status_light_icon_target], diff --git a/android/leap-debug-icon.png b/android/leap-debug-icon.png new file mode 100644 index 0000000..52aa9b3 Binary files /dev/null and b/android/leap-debug-icon.png differ diff --git a/android/res/drawable-hdpi/leap-debug-launcher.png b/android/res/drawable-hdpi/leap-debug-launcher.png new file mode 100644 index 0000000..1a79ea1 Binary files /dev/null and b/android/res/drawable-hdpi/leap-debug-launcher.png differ diff --git a/android/res/drawable-ldpi/leap-debug-launcher.png b/android/res/drawable-ldpi/leap-debug-launcher.png new file mode 100644 index 0000000..27bfe70 Binary files /dev/null and b/android/res/drawable-ldpi/leap-debug-launcher.png differ diff --git a/android/res/drawable-mdpi/leap-debug-launcher.png b/android/res/drawable-mdpi/leap-debug-launcher.png new file mode 100644 index 0000000..867005e Binary files /dev/null and b/android/res/drawable-mdpi/leap-debug-launcher.png differ diff --git a/android/res/drawable-xhdpi/leap-debug-launcher.png b/android/res/drawable-xhdpi/leap-debug-launcher.png new file mode 100644 index 0000000..a540c2c Binary files /dev/null and b/android/res/drawable-xhdpi/leap-debug-launcher.png differ diff --git a/svg/android/leap-debug-launcher.svg b/svg/android/leap-debug-launcher.svg new file mode 100644 index 0000000..fbc4c65 --- /dev/null +++ b/svg/android/leap-debug-launcher.svg @@ -0,0 +1,931 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/common/caution.svg b/svg/common/caution.svg new file mode 100644 index 0000000..f4b6559 --- /dev/null +++ b/svg/common/caution.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3