diff --git a/OsmAnd/res/layout/list_menu_item.xml b/OsmAnd/res/layout/list_menu_item.xml index 59c76e0f15..f2bf19d569 100644 --- a/OsmAnd/res/layout/list_menu_item.xml +++ b/OsmAnd/res/layout/list_menu_item.xml @@ -48,6 +48,7 @@ android:layout_marginRight="2dip" android:button="@drawable/ic_btn_wocheckbox" android:focusable="false" + android:clickable="false" /> diff --git a/OsmAnd/res/layout/list_menu_item_native.xml b/OsmAnd/res/layout/list_menu_item_native.xml index a58386124f..a4676522cf 100644 --- a/OsmAnd/res/layout/list_menu_item_native.xml +++ b/OsmAnd/res/layout/list_menu_item_native.xml @@ -46,7 +46,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="2dip" - android:focusable="false" /> + android:focusable="false" + android:clickable="false"/> \ No newline at end of file