forked from organicmaps/organicmaps
[android] [bookmarks] Missed changes to previous commit.
This commit is contained in:
parent
aaa038a0ee
commit
c41ad09699
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
<include
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
layout="@layout/pin_set_edit" />
|
||||
layout="@layout/edit_bookmark_set" />
|
||||
|
||||
<TextView
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.mapswithme.maps.bookmarks.data;
|
||||
|
||||
public class DistanceAndAthimuth
|
||||
public class DistanceAndAzimut
|
||||
{
|
||||
private String m_distance;
|
||||
private double m_athimuth;
|
||||
|
@ -15,7 +15,7 @@ public class DistanceAndAthimuth
|
|||
return m_athimuth;
|
||||
}
|
||||
|
||||
public DistanceAndAthimuth(String m_distance, double m_athimuth)
|
||||
public DistanceAndAzimut(String m_distance, double m_athimuth)
|
||||
{
|
||||
super();
|
||||
this.m_distance = m_distance;
|
||||
|
|
Loading…
Add table
Reference in a new issue