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
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"