commit d456207fb80e292015348d7a2b574d112d074d82 Author: di7chro Date: Tue Feb 26 09:51:20 2013 +0100 Första commit diff --git a/DinDag/.classpath b/DinDag/.classpath new file mode 100644 index 0000000..a4763d1 --- /dev/null +++ b/DinDag/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/DinDag/.project b/DinDag/.project new file mode 100644 index 0000000..7114955 --- /dev/null +++ b/DinDag/.project @@ -0,0 +1,33 @@ + + + DinDag + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/DinDag/AndroidManifest.xml b/DinDag/AndroidManifest.xml new file mode 100644 index 0000000..6059bb5 --- /dev/null +++ b/DinDag/AndroidManifest.xml @@ -0,0 +1,17 @@ + + + + + + + + \ No newline at end of file diff --git a/DinDag/bin/AndroidManifest.xml b/DinDag/bin/AndroidManifest.xml new file mode 100644 index 0000000..6059bb5 --- /dev/null +++ b/DinDag/bin/AndroidManifest.xml @@ -0,0 +1,17 @@ + + + + + + + + \ No newline at end of file diff --git a/DinDag/bin/classes/.gitignore b/DinDag/bin/classes/.gitignore new file mode 100644 index 0000000..8f383c0 --- /dev/null +++ b/DinDag/bin/classes/.gitignore @@ -0,0 +1 @@ +/se diff --git a/DinDag/gen/se/hv/dindag/BuildConfig.java b/DinDag/gen/se/hv/dindag/BuildConfig.java new file mode 100644 index 0000000..45c695a --- /dev/null +++ b/DinDag/gen/se/hv/dindag/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package se.hv.dindag; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/DinDag/gen/se/hv/dindag/R.java b/DinDag/gen/se/hv/dindag/R.java new file mode 100644 index 0000000..40efe91 --- /dev/null +++ b/DinDag/gen/se/hv/dindag/R.java @@ -0,0 +1,36 @@ +/* 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 se.hv.dindag; + +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 string { + public static final int app_name=0x7f030000; + } + public static final class style { + /** + Base application theme, dependent on API level. This theme is replaced + by AppBaseTheme from res/values-vXX/styles.xml on newer devices. + + + Theme customizations available in newer API levels can go in + res/values-vXX/styles.xml, while customizations related to + backward-compatibility can go here. + + */ + public static final int AppBaseTheme=0x7f040000; + /** Application theme. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f040001; + } +} diff --git a/DinDag/libs/android-support-v4.jar b/DinDag/libs/android-support-v4.jar new file mode 100644 index 0000000..af90a7f Binary files /dev/null and b/DinDag/libs/android-support-v4.jar differ diff --git a/DinDag/project.properties b/DinDag/project.properties new file mode 100644 index 0000000..a3ee5ab --- /dev/null +++ b/DinDag/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-17 diff --git a/DinDag/res/values/strings.xml b/DinDag/res/values/strings.xml new file mode 100644 index 0000000..50f8c7d --- /dev/null +++ b/DinDag/res/values/strings.xml @@ -0,0 +1,5 @@ + + + DinDag + + \ No newline at end of file diff --git a/DinDag/res/values/styles.xml b/DinDag/res/values/styles.xml new file mode 100644 index 0000000..4a10ca4 --- /dev/null +++ b/DinDag/res/values/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + + \ No newline at end of file