From d7c1636460fda6389baa4c8ce8f8f7aea02f8ef7 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Tue, 27 Oct 2015 17:40:44 +0300 Subject: [PATCH] Added map download popup --- OsmAnd/res/layout/go_to_map_fragment.xml | 100 ++++++++++++++ OsmAnd/res/values/strings.xml | 3 + OsmAnd/res/values/styles.xml | 5 + .../plus/download/DownloadActivity.java | 7 +- .../plus/download/ui/GoToMapFragment.java | 122 ++++++++++++++++++ 5 files changed, 236 insertions(+), 1 deletion(-) create mode 100644 OsmAnd/res/layout/go_to_map_fragment.xml create mode 100644 OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java diff --git a/OsmAnd/res/layout/go_to_map_fragment.xml b/OsmAnd/res/layout/go_to_map_fragment.xml new file mode 100644 index 0000000000..5f04856e63 --- /dev/null +++ b/OsmAnd/res/layout/go_to_map_fragment.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +