converted project into a lib, you will need the full or lite project to run this now

This commit is contained in:
2011-02-11 13:12:35 +00:00
parent 29fd72bb54
commit 6a00976bdb
6 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -45,6 +45,7 @@
android:max="100"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="40dip"
android:layout_marginRight="20dip"
android:layout_marginLeft="20dip"
@@ -54,6 +55,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@id/volume"
android:layout_centerHorizontal="true"
android:text="Volume"
android:textColor="#000000"

View File

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

View File

@@ -154,7 +154,7 @@ public class SweetDreamsFull extends Activity implements OnClickListener, OnSeek
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
// setContentView(R.layout.main);
Log.i(TAG,"onCreate()");
// setup crash report handler