diff --git a/OsmAnd/res/layout/fragment_import.xml b/OsmAnd/res/layout/fragment_import.xml
index ef83bba63d..30f518cbfc 100644
--- a/OsmAnd/res/layout/fragment_import.xml
+++ b/OsmAnd/res/layout/fragment_import.xml
@@ -81,37 +81,20 @@
android:layout_width="@dimen/content_padding"
android:layout_height="match_parent" />
-
+ android:layout_marginBottom="@dimen/content_padding_half">
-
+ layout="@layout/bottom_sheet_dialog_button"
+ android:visibility="visible" />
-
+
diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml
index 6b382d13af..7a5a9b759e 100644
--- a/OsmAnd/res/values/strings.xml
+++ b/OsmAnd/res/values/strings.xml
@@ -12,7 +12,7 @@
-->
There is not enough space
- OsmAnd is needed %1$s to export a file. Your device only has %2$s free. You can free up space on the device, or skip some items from export.
+ Your device only has %1$s free. Please free up some space or unselect some items to export.Needed for importSelect the data to be exported to the file.Approximate file size
diff --git a/OsmAnd/src/net/osmand/plus/settings/fragments/ExportSettingsAdapter.java b/OsmAnd/src/net/osmand/plus/settings/fragments/ExportSettingsAdapter.java
index 82ae93ebc0..65cd471216 100644
--- a/OsmAnd/src/net/osmand/plus/settings/fragments/ExportSettingsAdapter.java
+++ b/OsmAnd/src/net/osmand/plus/settings/fragments/ExportSettingsAdapter.java
@@ -250,6 +250,10 @@ public class ExportSettingsAdapter extends OsmandBaseExpandableListAdapter {
notifyDataSetChanged();
}
+ public boolean hasSelectedData() {
+ return !selectedItemsMap.isEmpty();
+ }
+
public List super Object> getData() {
List