theme changes and making PostGIS the default backend

This commit is contained in:
Hannes Janetzek
2012-06-25 02:32:21 +02:00
parent 8b630eebc9
commit d13f1b43ad
28 changed files with 521 additions and 283 deletions

View File

@@ -15,8 +15,10 @@
android:targetSdkVersion="15" />
<application
android:icon="@drawable/globe"
android:label="@string/application_name" >
android:icon="@drawable/globe2"
android:label="@string/application_name"
android:theme="@style/Theme.TileMap" >
<activity android:name="org.mapsforge.tilemap.TileMap" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />