forked from organicmaps/organicmaps
[android] Moved editor files to proper package.
This commit is contained in:
parent
1d44a49062
commit
69686be9df
5 changed files with 5 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.widget.placepage;
|
||||
package com.mapswithme.maps.editor;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.annotation.Nullable;
|
||||
|
@ -10,7 +10,6 @@ import android.widget.ImageView;
|
|||
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.maps.editor.OpeningHours;
|
||||
import com.mapswithme.maps.editor.data.Timetable;
|
||||
import com.mapswithme.util.UiUtils;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.widget.placepage;
|
||||
package com.mapswithme.maps.editor;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Dialog;
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.widget.placepage;
|
||||
package com.mapswithme.maps.editor;
|
||||
|
||||
import android.support.annotation.IdRes;
|
||||
import android.support.annotation.IntRange;
|
||||
|
@ -22,7 +22,6 @@ import java.util.Calendar;
|
|||
import java.util.List;
|
||||
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.editor.OpeningHours;
|
||||
import com.mapswithme.maps.editor.data.HoursMinutes;
|
||||
import com.mapswithme.maps.editor.data.Timespan;
|
||||
import com.mapswithme.maps.editor.data.Timetable;
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.widget.placepage;
|
||||
package com.mapswithme.maps.editor;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.annotation.Nullable;
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.widget.placepage;
|
||||
package com.mapswithme.maps.editor;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.annotation.Nullable;
|
||||
|
@ -13,8 +13,6 @@ import android.widget.TextView;
|
|||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.maps.base.OnBackPressListener;
|
||||
import com.mapswithme.maps.editor.EditorHostFragment;
|
||||
import com.mapswithme.maps.editor.OpeningHours;
|
||||
import com.mapswithme.maps.editor.data.Timetable;
|
||||
|
||||
public class TimetableFragment extends BaseMwmFragment
|
Loading…
Add table
Reference in a new issue