1
0
зеркало из https://github.com/bspeice/M28_App synced 2025-11-04 02:10:44 -05:00

Initial upload for the M28 Charlotte App

Contains initial PhoneGap code, and Django template system
Template system is set up to render the templates out so PhoneGap can
use them, rather than having to re-code everything by hand.
Этот коммит содержится в:
Bradlee Speice
2013-03-28 09:53:13 -04:00
родитель 1abb2f2466
Коммит 0576552ec6
103 изменённых файлов: 11415 добавлений и 0 удалений

6
gen/com/M28/M28App/BuildConfig.java Обычный файл
Просмотреть файл

@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package com.M28.M28App;
public final class BuildConfig {
public final static boolean DEBUG = true;
}

26
gen/com/M28/M28App/R.java Обычный файл
Просмотреть файл

@ -0,0 +1,26 @@
/* 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 com.M28.M28App;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
public static final int icon=0x7f020001;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f050000;
}
public static final class xml {
public static final int config=0x7f040000;
}
}