diff --git a/OsmAnd/res/layout/map_marker_item_show_hide_history.xml b/OsmAnd/res/layout/map_marker_item_show_hide_history.xml index 03b78d8051..2454538048 100644 --- a/OsmAnd/res/layout/map_marker_item_show_hide_history.xml +++ b/OsmAnd/res/layout/map_marker_item_show_hide_history.xml @@ -3,11 +3,12 @@ android:layout_width="match_parent" android:layout_height="48dp" xmlns:tools="http://schemas.android.com/tools" + xmlns:osmand="http://schemas.android.com/apk/res-auto" android:orientation="horizontal" android:background="?attr/bg_color" xmlns:android="http://schemas.android.com/apk/res/android"> - + tools:text="Show passed" + android:textSize="12sp" + osmand:typeface="@string/font_roboto_medium" + android:textColor="@color/dashboard_blue"/> \ No newline at end of file diff --git a/OsmAnd/src/net/osmand/plus/mapmarkers/adapters/MapMarkersGroupsAdapter.java b/OsmAnd/src/net/osmand/plus/mapmarkers/adapters/MapMarkersGroupsAdapter.java index 5ffc3da9f4..be684439a8 100644 --- a/OsmAnd/src/net/osmand/plus/mapmarkers/adapters/MapMarkersGroupsAdapter.java +++ b/OsmAnd/src/net/osmand/plus/mapmarkers/adapters/MapMarkersGroupsAdapter.java @@ -298,7 +298,7 @@ public class MapMarkersGroupsAdapter extends RecyclerView.Adapter