Skip to content Skip to sidebar Skip to footer

Floating Action Button Not Showing Image

I've added xml code to have a floating action button on my screen (no functionality right now but will) but when I go onto the design view of xml, instead of showing the email icon

Solution 1:

It means the correct library is not added. Try adding design library

implementation 'com.android.support:design:27.1.1'

Post a Comment for "Floating Action Button Not Showing Image"