[android] Moved description activity and fragment to place page package

This commit is contained in:
Александр Зацепин 2019-09-17 12:53:18 +03:00 committed by Aleksandr Zatsepin
parent a8a1f6f985
commit e2cbe2ea97
5 changed files with 4 additions and 5 deletions

View file

@ -460,7 +460,7 @@
android:name="com.mapswithme.maps.ugc.routes.UgcRoutePropertiesActivity"
android:label="@string/select_properties"/>
<activity
android:name="com.mapswithme.maps.bookmarks.PlaceDescriptionActivity"
android:name="com.mapswithme.maps.widget.placepage.PlaceDescriptionActivity"
android:label="@string/place_description_title"/>
<activity
android:name="com.mapswithme.maps.ugc.routes.EditCategoryNameActivity"

View file

@ -17,7 +17,7 @@ import com.bumptech.glide.Glide;
import com.mapswithme.maps.R;
import com.mapswithme.maps.base.Detachable;
import com.mapswithme.maps.bookmarks.BookmarksCatalogActivity;
import com.mapswithme.maps.bookmarks.PlaceDescriptionActivity;
import com.mapswithme.maps.widget.placepage.PlaceDescriptionActivity;
import com.mapswithme.maps.bookmarks.data.MapObject;
import com.mapswithme.maps.gallery.GalleryAdapter;
import com.mapswithme.maps.gallery.impl.Factory;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.bookmarks;
package com.mapswithme.maps.widget.placepage;
import android.content.Context;
import android.content.Intent;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.bookmarks;
package com.mapswithme.maps.widget.placepage;
import android.os.Bundle;
import android.support.annotation.NonNull;

View file

@ -46,7 +46,6 @@ import com.mapswithme.maps.R;
import com.mapswithme.maps.ads.LocalAdInfo;
import com.mapswithme.maps.api.ParsedMwmRequest;
import com.mapswithme.maps.base.Detachable;
import com.mapswithme.maps.bookmarks.PlaceDescriptionActivity;
import com.mapswithme.maps.bookmarks.data.Bookmark;
import com.mapswithme.maps.bookmarks.data.BookmarkManager;
import com.mapswithme.maps.bookmarks.data.DistanceAndAzimut;