diff --git a/SweetDreamsFull/.classpath b/SweetDreamsFull/.classpath
new file mode 100644
index 0000000..c487a26
--- /dev/null
+++ b/SweetDreamsFull/.classpath
@@ -0,0 +1,8 @@
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int backgroundColor=0x7f010000;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int keywords=0x7f010003;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int primaryTextColor=0x7f010001;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int refreshInterval=0x7f010004;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int secondaryTextColor=0x7f010002;
+ }
+ public static final class drawable {
+ public static final int icon=0x7f020000;
+ public static final int pasusenormal=0x7f020001;
+ public static final int pause_button=0x7f020002;
+ public static final int pausedisabled=0x7f020003;
+ public static final int pausehot=0x7f020004;
+ public static final int pausenormalred=0x7f020005;
+ public static final int pausepressed=0x7f020006;
+ public static final int play_button=0x7f020007;
+ public static final int playdisabled=0x7f020008;
+ public static final int playhot=0x7f020009;
+ public static final int playnormal=0x7f02000a;
+ public static final int playpressed=0x7f02000b;
+ }
+ public static final class id {
+ public static final int ad=0x7f080004;
+ public static final int play_pause_button=0x7f080001;
+ public static final int time_left=0x7f080002;
+ public static final int track_title=0x7f080000;
+ public static final int volume=0x7f080003;
+ }
+ public static final class layout {
+ public static final int main=0x7f030000;
+ public static final int main_lite=0x7f030001;
+ }
+ public static final class raw {
+ public static final int ac=0x7f050000;
+ public static final int beach=0x7f050001;
+ public static final int crickets=0x7f050002;
+ public static final int falls=0x7f050003;
+ public static final int river=0x7f050004;
+ }
+ public static final class string {
+ public static final int app_name=0x7f070000;
+ public static final int app_name_lite=0x7f070001;
+ }
+ public static final class xml {
+ public static final int settings=0x7f040000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a com_admob_android_ads_AdView.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.SweetDreamsFull:backgroundColor} | |
{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.SweetDreamsFull:keywords} | |
{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.SweetDreamsFull:primaryTextColor} | |
{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.SweetDreamsFull:refreshInterval} | |
{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.SweetDreamsFull:secondaryTextColor} |
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#backgroundColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:backgroundColor
+ */
+ public static final int com_admob_android_ads_AdView_backgroundColor = 0;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#keywords} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:keywords
+ */
+ public static final int com_admob_android_ads_AdView_keywords = 3;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#primaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:primaryTextColor
+ */
+ public static final int com_admob_android_ads_AdView_primaryTextColor = 1;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#refreshInterval} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:refreshInterval
+ */
+ public static final int com_admob_android_ads_AdView_refreshInterval = 4;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#secondaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:secondaryTextColor
+ */
+ public static final int com_admob_android_ads_AdView_secondaryTextColor = 2;
+ };
+}
diff --git a/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java
new file mode 100644
index 0000000..fddb6c3
--- /dev/null
+++ b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java
@@ -0,0 +1,195 @@
+/* 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.TwentyCodes.android.SweetDreamsLib;
+
+public final class R {
+ public static final class array {
+ public static final int sounds=0x7f060000;
+ }
+ public static final class attr {
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int backgroundColor=0x7f010000;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int keywords=0x7f010003;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int primaryTextColor=0x7f010001;
+ /**
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int refreshInterval=0x7f010004;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int secondaryTextColor=0x7f010002;
+ }
+ public static final class drawable {
+ public static final int icon=0x7f020000;
+ public static final int pasusenormal=0x7f020001;
+ public static final int pause_button=0x7f020002;
+ public static final int pausedisabled=0x7f020003;
+ public static final int pausehot=0x7f020004;
+ public static final int pausenormalred=0x7f020005;
+ public static final int pausepressed=0x7f020006;
+ public static final int play_button=0x7f020007;
+ public static final int playdisabled=0x7f020008;
+ public static final int playhot=0x7f020009;
+ public static final int playnormal=0x7f02000a;
+ public static final int playpressed=0x7f02000b;
+ }
+ public static final class id {
+ public static final int ad=0x7f080004;
+ public static final int play_pause_button=0x7f080001;
+ public static final int time_left=0x7f080002;
+ public static final int track_title=0x7f080000;
+ public static final int volume=0x7f080003;
+ }
+ public static final class layout {
+ public static final int main=0x7f030000;
+ public static final int main_lite=0x7f030001;
+ }
+ public static final class raw {
+ public static final int ac=0x7f050000;
+ public static final int beach=0x7f050001;
+ public static final int crickets=0x7f050002;
+ public static final int falls=0x7f050003;
+ public static final int river=0x7f050004;
+ }
+ public static final class string {
+ public static final int app_name=0x7f070000;
+ public static final int app_name_lite=0x7f070001;
+ }
+ public static final class xml {
+ public static final int settings=0x7f040000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a com_admob_android_ads_AdView.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.SweetDreamsFull:backgroundColor} | |
{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.SweetDreamsFull:keywords} | |
{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.SweetDreamsFull:primaryTextColor} | |
{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.SweetDreamsFull:refreshInterval} | |
{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.SweetDreamsFull:secondaryTextColor} |
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#backgroundColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:backgroundColor
+ */
+ public static final int com_admob_android_ads_AdView_backgroundColor = 0;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#keywords} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:keywords
+ */
+ public static final int com_admob_android_ads_AdView_keywords = 3;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#primaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:primaryTextColor
+ */
+ public static final int com_admob_android_ads_AdView_primaryTextColor = 1;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#refreshInterval} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be an integer value, such as "100".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:refreshInterval
+ */
+ public static final int com_admob_android_ads_AdView_refreshInterval = 4;
+ /**
+
This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#secondaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name android:secondaryTextColor
+ */
+ public static final int com_admob_android_ads_AdView_secondaryTextColor = 2;
+ };
+}
diff --git a/SweetDreamsFull/proguard.cfg b/SweetDreamsFull/proguard.cfg
new file mode 100644
index 0000000..8ad7d33
--- /dev/null
+++ b/SweetDreamsFull/proguard.cfg
@@ -0,0 +1,34 @@
+-optimizationpasses 5
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-dontpreverify
+-verbose
+-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
+
+-keep public class * extends android.app.Activity
+-keep public class * extends android.app.Application
+-keep public class * extends android.app.Service
+-keep public class * extends android.content.BroadcastReceiver
+-keep public class * extends android.content.ContentProvider
+-keep public class com.android.vending.licensing.ILicensingService
+
+-keepclasseswithmembernames class * {
+ native