1.1 --- a/android/AndroidManifest.xml Tue Mar 20 08:18:22 2012 +1000
1.2 +++ b/android/AndroidManifest.xml Wed Mar 21 20:36:20 2012 +1000
1.4 <?xml version="1.0" encoding="utf-8"?>
1.5 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lxdream">
1.6 - <application android:label="@string/lxdream_activity">
1.7 + <application android:label="@string/lxdream_activity"
1.8 + android:icon="@drawable/lxdream">
1.9 <activity android:name="LxdreamActivity"
1.10 android:launchMode="singleTask"
1.11 android:theme="@android:style/Theme.Holo"