I am getting some very interesting results when testing an app developed with MonoDroid on different devices with varying screen sizes and densities.
I have the follow
After chatting with Xamarin support it turns out that the problem was related to an incorrect AndroidManifest.xml file...
It didn't have the tag set correctly...
Changing it from
to this
completely solved the problem.
Hope others find this useful!