Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-08-26 16:17:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:28 +0300
commitde370da0c3587fa8b9cd036a53a9b09e2ca02b98 (patch)
treed6a5236a525d95e291ae219d6d258ae4681fce83 /android/AndroidManifest.xml
parent94f74c64fdac6cdffa1d79ad94cb5fbfcc276d31 (diff)
[android] Refactored lists to recyclers, fixed bug with bookmarks tranfer.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index ba12b0d2c8..a0d089b317 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -221,14 +221,6 @@
</activity>
<activity
- android:name="com.mapswithme.maps.bookmarks.ChooseBookmarkCategoryActivity"
- android:configChanges="orientation|screenLayout|screenSize"
- android:label="@string/bookmark_sets"
- android:theme="@style/MwmTheme.Light"
- android:windowSoftInputMode="stateUnspecified|adjustResize">
- </activity>
-
- <activity
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"