Move wikivoyage explore fragments to separate package
This commit is contained in:
parent
82c57f9b49
commit
6f93ebe76a
4 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package net.osmand.plus.wikivoyage;
|
||||
package net.osmand.plus.wikivoyage.explore;
|
||||
|
||||
import net.osmand.plus.base.BaseOsmAndFragment;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package net.osmand.plus.wikivoyage;
|
||||
package net.osmand.plus.wikivoyage.explore;
|
||||
|
||||
import net.osmand.plus.base.BaseOsmAndFragment;
|
||||
|
|
@ -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;
|
Loading…
Reference in a new issue