From a2297fae3955a89804add7b642d6309d324af128 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Sat, 29 Apr 2017 18:15:19 +0300 Subject: [PATCH] Added mapillary welcome dialog --- OsmAnd/res/layout/mapillary_first_dialog.xml | 130 ++++++++++++++++++ OsmAnd/res/values/colors.xml | 1 + OsmAnd/res/values/strings.xml | 3 + .../src/net/osmand/plus/OsmandSettings.java | 1 + .../osmand/plus/dashboard/DashboardOnMap.java | 9 ++ .../SettingsDevelopmentActivity.java | 1 + .../plus/mapillary/MapillaryPlugin.java | 88 ++++++++++++ .../net/osmand/plus/views/MapInfoLayer.java | 3 +- .../views/mapwidgets/MapWidgetRegistry.java | 4 + 9 files changed, 239 insertions(+), 1 deletion(-) create mode 100644 OsmAnd/res/layout/mapillary_first_dialog.xml diff --git a/OsmAnd/res/layout/mapillary_first_dialog.xml b/OsmAnd/res/layout/mapillary_first_dialog.xml new file mode 100644 index 0000000000..07e5af5d91 --- /dev/null +++ b/OsmAnd/res/layout/mapillary_first_dialog.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +