Floating Action Button does not raise OnClick event
I have the Following layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" android:id="@+id/rlMap"> <org.mapsforge.map.android.view.MapView android:id="@+id/mapView" android:layout_width="fill_parent" android:layout_height="fill_parent"