project config

This commit is contained in:
Hannes Janetzek
2012-10-27 13:34:30 +02:00
parent 78aac5f019
commit 65a6f91f3c
3 changed files with 73 additions and 6 deletions

View File

@@ -15,10 +15,11 @@
android:targetSdkVersion="10" />
<application
android:name="org.oscim.app.App"
android:icon="@drawable/globe2"
android:label="@string/application_name"
android:theme="@android:style/Theme.NoTitleBar"
>
android:hardwareAccelerated="false">
<!-- android:theme="@style/Theme.TileMap" -->
<activity
android:name="TileMap"
@@ -32,6 +33,13 @@
<activity android:name=".preferences.EditPreferences" />
<activity android:name=".filepicker.FilePicker" />
<activity android:name=".InfoView" />
<activity
android:name=".POIActivity"
android:label="@string/application_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden"
android:launchMode="singleTop"
/>
</application>
</manifest>