[yopme] Add Bookmark activities in Lite.

This commit is contained in:
vng 2013-09-13 22:57:55 +03:00 committed by Alex Zolotarev
parent 33755b7e99
commit 17848a1f43

View file

@ -165,6 +165,32 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/maps_storage"
android:screenOrientation="behind" >
</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/MWMTheme.Dialog.Light"
android:windowSoftInputMode="stateUnspecified|adjustResize" >
</activity>
<activity
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"
android:screenOrientation="behind" >
</activity>
<activity
android:name="com.mapswithme.maps.bookmarks.BookmarkListActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"
android:screenOrientation="behind" >
</activity>
<activity
android:name="com.mapswithme.maps.bookmarks.BookmarkActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"
android:screenOrientation="behind" >
</activity>
<activity
android:name="com.mapswithme.maps.MapObjectActivity"