Badge count on Floating action button

前端 未结 8 1865
一整个雨季
一整个雨季 2021-01-05 02:26

I would like to show count badge in front of Floating Action Button in android. I used FrameLayout in order to achieve that. My code is here



        
8条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-05 02:47

    As suggested by Daniel, you should not add badges to Floating Action Buttons. However, if you really have to do it, try adding this property to your TextView:

    android:elevation="7dp"
    

提交回复
热议问题