From 1002133ac28688df17f3e3ed6e44a8bb578cbfb5 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Mon, 7 Jan 2013 15:07:26 +0000 Subject: Use API level 10 (as the SDK will now refuse to use 9 due to it being replaced with 10), and add a nice jp4da icon --- maven/jp4da/jp4da-android/AndroidManifest.xml | 2 +- .../jp4da-android/gen/com/io7m/examples/jp4da/R.java | 7 +++++-- maven/jp4da/jp4da-android/ic_launcher-web.png | Bin 0 -> 12475 bytes maven/jp4da/jp4da-android/pom.xml | 2 +- .../jp4da-android/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 1658 bytes .../jp4da-android/res/drawable-ldpi/ic_launcher.png | Bin 0 -> 789 bytes .../jp4da-android/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 1038 bytes .../jp4da-android/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 2277 bytes 8 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 maven/jp4da/jp4da-android/ic_launcher-web.png create mode 100644 maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png create mode 100644 maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png create mode 100644 maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png create mode 100644 maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png diff --git a/maven/jp4da/jp4da-android/AndroidManifest.xml b/maven/jp4da/jp4da-android/AndroidManifest.xml index af254d1..d47b08b 100644 --- a/maven/jp4da/jp4da-android/AndroidManifest.xml +++ b/maven/jp4da/jp4da-android/AndroidManifest.xml @@ -5,7 +5,7 @@ android:versionCode="1" android:versionName="1.0"> - + diff --git a/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java index b3a441d..4809d1a 100644 --- a/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java +++ b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java @@ -10,10 +10,13 @@ package com.io7m.examples.jp4da; public final class R { public static final class attr { } + public static final class drawable { + public static final int ic_launcher=0x7f020000; + } public static final class layout { - public static final int main=0x7f020000; + public static final int main=0x7f030000; } public static final class string { - public static final int app_name=0x7f030000; + public static final int app_name=0x7f040000; } } diff --git a/maven/jp4da/jp4da-android/ic_launcher-web.png b/maven/jp4da/jp4da-android/ic_launcher-web.png new file mode 100644 index 0000000..b6798db Binary files /dev/null and b/maven/jp4da/jp4da-android/ic_launcher-web.png differ diff --git a/maven/jp4da/jp4da-android/pom.xml b/maven/jp4da/jp4da-android/pom.xml index 9edb539..5f72869 100644 --- a/maven/jp4da/jp4da-android/pom.xml +++ b/maven/jp4da/jp4da-android/pom.xml @@ -269,7 +269,7 @@ android-maven-plugin - 9 + 10 diff --git a/maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png b/maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..c22d4c3 Binary files /dev/null and b/maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png differ diff --git a/maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png b/maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..22e5d0e Binary files /dev/null and b/maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png differ diff --git a/maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png b/maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..e32c8a2 Binary files /dev/null and b/maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png differ diff --git a/maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png b/maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..1f0a60b Binary files /dev/null and b/maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png differ -- cgit v1.2.3