I am trying to get FAB over recyclerview which in my case will cover the whole screen. The FAB wont display even recyclerview is empty. Following is my xml code.
Try using FrameLayout instead of LinearLayout as your root layout. That worked for me.