Removed behind activity attr.

This commit is contained in:
Dmitry Yunitsky 2015-03-10 18:28:31 +03:00 committed by Alex Zolotarev
parent c679e28130
commit 28ac217a98

View file

@ -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"/>