diff --git a/OsmAnd/res/layout/fragment_marker_show_direction_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_marker_show_direction_bottom_sheet_dialog.xml index 27b9b86b1b..d92053dc9c 100644 --- a/OsmAnd/res/layout/fragment_marker_show_direction_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_marker_show_direction_bottom_sheet_dialog.xml @@ -140,7 +140,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical|end" - android:clickable="false"/> + android:background="@null" + android:clickable="false" + android:focusable="false" + android:focusableInTouchMode="false"/> + android:background="@null" + android:clickable="false" + android:focusable="false" + android:focusableInTouchMode="false"/>