Image size of FloatingActionButton changes with screen size(mdpi,hdpi,...)
android:src="@drawable/ic_fab_appointment"
Image on the floating action button is not being scaled in mdpi, xdpi,xxdpi
did you find a solution?
No
I work around this by using google material icons it works perfectly https://design.google.com/icons/index.html
Did someone find a solution for this problem ?
The problem is that I'm using vector drawables instead of pngs ...
my fab button shows image very small as it has spaces as padding in it??? Did someone has solution?
I have the same problem. Did someone solve it?