summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2013-01-07 15:07:26 +0000
committerMark Raynsford <[email protected]>2013-01-07 15:07:26 +0000
commit1002133ac28688df17f3e3ed6e44a8bb578cbfb5 (patch)
treefee1448920b5ac163ef1aeb6289942641982c942
parentdb1bafbba4c4c4734a7679f87468789bc05120de (diff)
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
-rw-r--r--maven/jp4da/jp4da-android/AndroidManifest.xml2
-rw-r--r--maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java7
-rw-r--r--maven/jp4da/jp4da-android/ic_launcher-web.pngbin0 -> 12475 bytes
-rw-r--r--maven/jp4da/jp4da-android/pom.xml2
-rw-r--r--maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.pngbin0 -> 1658 bytes
-rw-r--r--maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.pngbin0 -> 789 bytes
-rw-r--r--maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.pngbin0 -> 1038 bytes
-rw-r--r--maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.pngbin0 -> 2277 bytes
8 files changed, 7 insertions, 4 deletions
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">
<uses-sdk android:targetSdkVersion="9" android:minSdkVersion="9"/>
- <application android:label="@string/app_name" >
+ <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
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
--- /dev/null
+++ b/maven/jp4da/jp4da-android/ic_launcher-web.png
Binary files 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 @@
<artifactId>android-maven-plugin</artifactId>
<configuration>
<sdk>
- <platform>9</platform>
+ <platform>10</platform>
</sdk>
</configuration>
<executions>
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
--- /dev/null
+++ b/maven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/maven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/maven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/maven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png
Binary files differ