i renamed the project and package in prep for converting this project into a library.

This commit is contained in:
2011-02-07 01:39:50 +00:00
parent c217e35b9b
commit 7c8d429315
7 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>SweetSoundsLite</name> <name>SweetDreamsLib</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

@@ -12,7 +12,7 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name="Settings"></activity> <activity android:name="com.TwentyCodes.android.SweetDreamsLib.Settings"></activity>
<meta-data android:value="a14bad63772f7d3" android:name="ADMOB_PUBLISHER_ID" /> <meta-data android:value="a14bad63772f7d3" android:name="ADMOB_PUBLISHER_ID" />

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="hello">Hello World, WhiteNoise!</string> <string name="hello">Hello World, WhiteNoise!</string>
<string name="app_name">Sweet Sounds</string> <string name="app_name">Sweet Dreams</string>
</resources> </resources>

View File

@@ -2,7 +2,7 @@
* @author Twenty Codes * @author Twenty Codes
* @author ricky barrette * @author ricky barrette
*/ */
package com.TwentyCodes.android.SweetSoundsLite; package com.TwentyCodes.android.SweetDreamsLib;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;

View File

@@ -2,9 +2,11 @@
* @author Twenty Codes * @author Twenty Codes
* @author ricky barrette * @author ricky barrette
*/ */
package com.TwentyCodes.android.SweetSoundsLite; package com.TwentyCodes.android.SweetDreamsLib;
import com.TwentyCodes.android.SweetSoundsLite.R;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.os.Bundle; import android.os.Bundle;
import android.preference.Preference; import android.preference.Preference;

View File

@@ -2,7 +2,9 @@
* @author Twenty Codes * @author Twenty Codes
* @author ricky barrette * @author ricky barrette
*/ */
package com.TwentyCodes.android.SweetSoundsLite; package com.TwentyCodes.android.SweetDreamsLib;
import com.TwentyCodes.android.SweetSoundsLite.R;
import android.app.Activity; import android.app.Activity;
import android.content.Context; import android.content.Context;

View File

@@ -2,7 +2,7 @@
* @author Twenty Codes * @author Twenty Codes
* @author ricky barrette * @author ricky barrette
*/ */
package com.TwentyCodes.android.SweetSoundsLite; package com.TwentyCodes.android.SweetDreamsLib;
import android.content.Context; import android.content.Context;
import android.content.SharedPreferences; import android.content.SharedPreferences;