Time dialog in progress
This commit is contained in:
parent
c83282bc8f
commit
88d86c58ff
5 changed files with 35 additions and 0 deletions
7
OsmAnd/res/layout/open_time_list_item.xml
Normal file
7
OsmAnd/res/layout/open_time_list_item.xml
Normal 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>
|
7
OsmAnd/src/net/osmand/plus/osmedit/data/EditPoiData.java
Normal file
7
OsmAnd/src/net/osmand/plus/osmedit/data/EditPoiData.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package net.osmand.plus.osmedit.data;
|
||||
|
||||
/**
|
||||
* Created by GaidamakUA on 8/19/15.
|
||||
*/
|
||||
public class EditPoiData {
|
||||
}
|
7
OsmAnd/src/net/osmand/plus/osmedit/data/Tag.java
Normal file
7
OsmAnd/src/net/osmand/plus/osmedit/data/Tag.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package net.osmand.plus.osmedit.data;
|
||||
|
||||
/**
|
||||
* Created by GaidamakUA on 8/19/15.
|
||||
*/
|
||||
public class Tag {
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
package net.osmand.plus.osmedit.dialogs;
|
||||
|
||||
/**
|
||||
* Created by GaidamakUA on 8/19/15.
|
||||
*/
|
||||
public class PoiSubTypeDialogFragment {
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
package net.osmand.plus.osmedit.dialogs;
|
||||
|
||||
/**
|
||||
* Created by GaidamakUA on 8/19/15.
|
||||
*/
|
||||
public class PoiTypeDialogFragment {
|
||||
}
|
Loading…
Reference in a new issue