I'm creating a cross platform app using Xamarin Forms. I did all my testing in iOS and the app looks perfect. When I view the Android project in the Xamarin Previewer, the buttons' images are way too big. Since all my images are hi res, I created some smaller, low res ones and put them in the drawable folder and moved my other images to drawable-hdpi. I expected the buttons to resize to the images but that's not the case. I remember reading somewhere how to handle this but after 2 days of searching I can't seem to find it. The button is in a Grid and defined like this:
<Button x:Name="facebookBtn" Grid.Column="1" Grid.Row="5" Image="facebook_btn.png"/>
Here's what the button looks like: