Floating Action Button not showing fully inside a fragment

前端 未结 9 508
再見小時候
再見小時候 2020-12-04 09:11

I am using FAB button along with RecyclerView in a Fragment. This Fragment is an instance of a TabViewPager. I am having a issue with the FAB button. I have placed the Recyc

9条回答
  •  有刺的猬
    2020-12-04 10:08

    It might be a bit late but to me the best option seemed to be create another fragment which contains the fragment with your content and the floating button. This code works very well in my application:

    
    
    
        
    
        
    
    
    

提交回复
热议问题