diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
commit | 9e24fa120dc9b9399e0e66f0059b0c3338eafd91 (patch) | |
tree | 8465974bdcd084625804b4bc0169e75e29763750 /phonegap/Android/gen | |
parent | 8c0a530047789cbf2c393e6090ff5f2e1d8ef00a (diff) |
initial android phonegap app
Diffstat (limited to 'phonegap/Android/gen')
-rw-r--r-- | phonegap/Android/gen/org/mysociety/FixMyStreet/R.java | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/phonegap/Android/gen/org/mysociety/FixMyStreet/R.java b/phonegap/Android/gen/org/mysociety/FixMyStreet/R.java new file mode 100644 index 000000000..adcacc076 --- /dev/null +++ b/phonegap/Android/gen/org/mysociety/FixMyStreet/R.java @@ -0,0 +1,27 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package org.mysociety.FixMyStreet; + +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=0x7f030000; + } + public static final class string { + public static final int app_name=0x7f050001; + public static final int hello=0x7f050000; + } + public static final class xml { + public static final int cordova=0x7f040000; + public static final int plugins=0x7f040001; + } +} |