[android] Moved editor files to proper package.

This commit is contained in:
Dmitry Yunitsky 2016-01-27 14:45:10 +03:00 committed by Sergey Yershov
parent 1d44a49062
commit 69686be9df
5 changed files with 5 additions and 9 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.widget.placepage;
package com.mapswithme.maps.editor;
import android.annotation.SuppressLint;
import android.app.Dialog;

View file

@ -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;

View file

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

View file

@ -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