I am trying to use an image to replace a button to make for better looking UI. I am having a problem with size, it's weird because a couple builds ago it appeared nice and small. My PLUS and DELETE button are both 24x24 and yet they appear larger than that. In the photo I will show my tabbar icons which are 32x32, and yet they are smaller than my other images of smalle size? Can someone please help me? Thanks.
Code
<Button ImageSource="delete.png" BackgroundColor="Transparent"/>
These images are in my drawable folder, I do not have bigger sizes in my drawable-xx.. folders.