[android] Removed map window title

This commit is contained in:
Alex Zolotarev 2011-12-17 02:29:45 +03:00 committed by Alex Zolotarev
parent 2221c0f9b6
commit 3d8d15c238

View file

@ -21,7 +21,8 @@
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
<activity android:name=".MWMActivity"
android:label="@string/app_name"
android:screenOrientation="behind">
android:screenOrientation="behind"
android:theme="@android:style/Theme.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />