Time dialog in progress

This commit is contained in:
GaidamakUA 2015-08-21 13:13:36 +03:00
parent c83282bc8f
commit 88d86c58ff
5 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>

View file

@ -0,0 +1,7 @@
package net.osmand.plus.osmedit.data;
/**
* Created by GaidamakUA on 8/19/15.
*/
public class EditPoiData {
}

View file

@ -0,0 +1,7 @@
package net.osmand.plus.osmedit.data;
/**
* Created by GaidamakUA on 8/19/15.
*/
public class Tag {
}

View file

@ -0,0 +1,7 @@
package net.osmand.plus.osmedit.dialogs;
/**
* Created by GaidamakUA on 8/19/15.
*/
public class PoiSubTypeDialogFragment {
}

View file

@ -0,0 +1,7 @@
package net.osmand.plus.osmedit.dialogs;
/**
* Created by GaidamakUA on 8/19/15.
*/
public class PoiTypeDialogFragment {
}