converted project into a lib, you will need the full or lite project to run this now
This commit is contained in:
BIN
SweetDreamsLib/res/drawable-hdpi/icon.png
Normal file
BIN
SweetDreamsLib/res/drawable-hdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
SweetDreamsLib/res/drawable-ldpi/icon.png
Normal file
BIN
SweetDreamsLib/res/drawable-ldpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
SweetDreamsLib/res/drawable-mdpi/icon.png
Normal file
BIN
SweetDreamsLib/res/drawable-mdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
@@ -45,6 +45,7 @@
|
|||||||
android:max="100"
|
android:max="100"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginBottom="40dip"
|
android:layout_marginBottom="40dip"
|
||||||
android:layout_marginRight="20dip"
|
android:layout_marginRight="20dip"
|
||||||
android:layout_marginLeft="20dip"
|
android:layout_marginLeft="20dip"
|
||||||
@@ -54,6 +55,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_above="@id/volume"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:text="Volume"
|
android:text="Volume"
|
||||||
android:textColor="#000000"
|
android:textColor="#000000"
|
||||||
|
|||||||
@@ -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="app_name">Sweet Dreams</string>
|
<string name="app_name">Sweet Dreams</string>
|
||||||
|
<string name="app_name_lite">Sweet Dreams Lite</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ public class SweetDreamsFull extends Activity implements OnClickListener, OnSeek
|
|||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
setContentView(R.layout.main);
|
// setContentView(R.layout.main);
|
||||||
Log.i(TAG,"onCreate()");
|
Log.i(TAG,"onCreate()");
|
||||||
|
|
||||||
// setup crash report handler
|
// setup crash report handler
|
||||||
|
|||||||
Reference in New Issue
Block a user