diff --git a/OsmAnd/res/layout/waypoint_header.xml b/OsmAnd/res/layout/waypoint_header.xml index b96f9fbafb..5e46b7081e 100644 --- a/OsmAnd/res/layout/waypoint_header.xml +++ b/OsmAnd/res/layout/waypoint_header.xml @@ -3,7 +3,10 @@ + android:layout_height="match_parent" + android:layout_marginTop="3dp" + android:layout_marginBottom="3dp" + android:layout_marginRight="3dp"> + android:textSize="20sp"/> \ No newline at end of file diff --git a/OsmAnd/src/net/osmand/plus/helpers/WaypointHelper.java b/OsmAnd/src/net/osmand/plus/helpers/WaypointHelper.java index a84903d790..e0591eb509 100644 --- a/OsmAnd/src/net/osmand/plus/helpers/WaypointHelper.java +++ b/OsmAnd/src/net/osmand/plus/helpers/WaypointHelper.java @@ -54,7 +54,7 @@ public class WaypointHelper { public static final int POI = 2; public static final int FAVORITES = 3; public static final int ALARMS = 4; - public static final int MAX = 4; + public static final int MAX = 5; private List> locationPoints = new ArrayList>(); private ConcurrentHashMap locationPointsStates = new ConcurrentHashMap();