Android XML: Drop shadow cut off
I have a relative layout with a margin and a floating action button that is nested inside this layout. <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="@dimen/activityMargin" android:orientation="vertical" android:clipToPadding="false"> <android.support.design.widget.FloatingActionButton android:id="@+id/id_FABSave" android:layout_width="wrap_content" android:layout_height="wrap