diff --git a/OsmAnd/res/layout/fragment_selected_profile.xml b/OsmAnd/res/layout/fragment_selected_profile.xml
index c8ddeeb78a..c221a312bb 100644
--- a/OsmAnd/res/layout/fragment_selected_profile.xml
+++ b/OsmAnd/res/layout/fragment_selected_profile.xml
@@ -34,19 +34,43 @@
android:gravity="center_vertical"
android:orientation="horizontal">
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
screenHeight * 0.15) {
+ buttonsLayout.setVisibility(View.GONE);
+ } else {
+ buttonsLayout.setVisibility(View.VISIBLE);
+ }
+ }
+ });
+
return view;
}