i renamed the project and package in prep for converting this project into a library.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>SweetSoundsLite</name>
|
||||
<name>SweetDreamsLib</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</intent-filter>
|
||||
</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" />
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello">Hello World, WhiteNoise!</string>
|
||||
<string name="app_name">Sweet Sounds</string>
|
||||
<string name="app_name">Sweet Dreams</string>
|
||||
</resources>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @author Twenty Codes
|
||||
* @author ricky barrette
|
||||
*/
|
||||
package com.TwentyCodes.android.SweetSoundsLite;
|
||||
package com.TwentyCodes.android.SweetDreamsLib;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileNotFoundException;
|
||||
@@ -2,9 +2,11 @@
|
||||
* @author Twenty Codes
|
||||
* @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.os.Bundle;
|
||||
import android.preference.Preference;
|
||||
@@ -2,7 +2,9 @@
|
||||
* @author Twenty Codes
|
||||
* @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.content.Context;
|
||||
@@ -2,7 +2,7 @@
|
||||
* @author Twenty Codes
|
||||
* @author ricky barrette
|
||||
*/
|
||||
package com.TwentyCodes.android.SweetSoundsLite;
|
||||
package com.TwentyCodes.android.SweetDreamsLib;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
Reference in New Issue
Block a user