Move wikivoyage explore fragments to separate package

This commit is contained in:
Alex Sytnyk 2018-04-05 20:39:47 +03:00
parent 82c57f9b49
commit 6f93ebe76a
4 changed files with 5 additions and 4 deletions

View file

@ -62,7 +62,7 @@ import net.osmand.plus.views.BaseMapLayer;
import net.osmand.plus.views.MapControlsLayer;
import net.osmand.plus.views.MapTileLayer;
import net.osmand.plus.views.OsmandMapTileView;
import net.osmand.plus.wikivoyage.WikivoyageExploreDialogFragment;
import net.osmand.plus.wikivoyage.explore.WikivoyageExploreDialogFragment;
import net.osmand.plus.wikivoyage.data.WikivoyageDbHelper;
import net.osmand.router.GeneralRouter;

View file

@ -1,4 +1,4 @@
package net.osmand.plus.wikivoyage;
package net.osmand.plus.wikivoyage.explore;
import net.osmand.plus.base.BaseOsmAndFragment;

View file

@ -1,4 +1,4 @@
package net.osmand.plus.wikivoyage;
package net.osmand.plus.wikivoyage.explore;
import net.osmand.plus.base.BaseOsmAndFragment;

View file

@ -1,4 +1,4 @@
package net.osmand.plus.wikivoyage;
package net.osmand.plus.wikivoyage.explore;
import android.content.res.ColorStateList;
import android.os.Bundle;
@ -19,6 +19,7 @@ import android.widget.ImageView;
import net.osmand.AndroidUtils;
import net.osmand.plus.LockableViewPager;
import net.osmand.plus.R;
import net.osmand.plus.wikivoyage.WikivoyageBaseDialogFragment;
import net.osmand.plus.wikivoyage.search.WikivoyageSearchDialogFragment;
import java.util.ArrayList;