forked from organicmaps/organicmaps
Removed behind activity attr.
This commit is contained in:
parent
c679e28130
commit
28ac217a98
1 changed files with 6 additions and 16 deletions
|
@ -70,7 +70,6 @@
|
|||
android:name="com.mapswithme.maps.DownloadResourcesActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/MwmMain.NoBar">
|
||||
|
||||
<intent-filter>
|
||||
|
@ -170,22 +169,19 @@
|
|||
android:name="com.mapswithme.maps.MWMActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/MwmMain.NoBar">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.country.DownloadActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/download_maps"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/download_maps">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".search.SearchActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/search_map"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/MwmSearch"
|
||||
android:windowSoftInputMode="stateVisible|adjustResize">
|
||||
</activity>
|
||||
|
@ -193,22 +189,19 @@
|
|||
<activity
|
||||
android:name="com.mapswithme.maps.settings.SettingsActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/settings_and_more"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/settings_and_more">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.settings.StoragePathActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/maps_storage"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/maps_storage">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.ChooseBookmarkCategoryActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/bookmark_sets"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/MwmMain.Dialog.Light"
|
||||
android:windowSoftInputMode="stateUnspecified|adjustResize">
|
||||
</activity>
|
||||
|
@ -216,22 +209,19 @@
|
|||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/bookmarks"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/bookmarks">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.BookmarkListActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/bookmarks"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/bookmarks">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.BookmarkActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/bookmarks"
|
||||
android:screenOrientation="behind">
|
||||
android:label="@string/bookmarks">
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.facebook.LoginActivity"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue