forked from organicmaps/organicmaps
[android] Removed map window title
This commit is contained in:
parent
2221c0f9b6
commit
3d8d15c238
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue