Floating action button not displaying over recyclerview(which is inside a DrawerLayout)

前端 未结 5 1373
[愿得一人]
[愿得一人] 2021-02-19 00:30

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.



        
5条回答
  •  无人共我
    2021-02-19 01:10

    It should be because of androidmanifest.xml. When you add a new activity it is automatically added in androidmanifest.xml with right permission.

提交回复
热议问题