diff options
author | Mark Raynsford <[email protected]> | 2013-01-07 15:07:26 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2013-01-07 15:07:26 +0000 |
commit | 1002133ac28688df17f3e3ed6e44a8bb578cbfb5 (patch) | |
tree | fee1448920b5ac163ef1aeb6289942641982c942 /maven/jp4da/jp4da-android/gen/com/io7m | |
parent | db1bafbba4c4c4734a7679f87468789bc05120de (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
Diffstat (limited to 'maven/jp4da/jp4da-android/gen/com/io7m')
-rw-r--r-- | maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java | 7 |
1 files changed, 5 insertions, 2 deletions
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; } } |