Fix animate my location description

This commit is contained in:
Alexey Kulish 2017-04-28 19:31:27 +03:00
parent 4a01b57b27
commit 7f717db184
2 changed files with 9 additions and 1 deletions

View file

@ -36,7 +36,7 @@
<string name="change_color">Change color</string>
<string name="edit_name">Edit name</string>
<string name="animate_my_location">Animate my location</string>
<string name="animate_my_location_desc">Enable extrapolation of my location during temporary loss of location fix</string>
<string name="animate_my_location_desc">Enable animation of my location during navigation</string>
<string name="shared_string_overview">Overview</string>
<string name="select_street">Select street</string>
<string name="shared_string_in_name">in %1$s</string>

View file

@ -0,0 +1,8 @@
package net.osmand.plus.mapillary;
/**
* Created by admin on 27/04/2017.
*/
public class MApillaryLayer {
}