On Android 6, Xamarin Forms ListViews in both C# or XAML have a large space at the top and bottom and I have to scroll down to view the rows in the ListView. This is reproducible with the latest Xamarin Forms version (1.5.1.6471), with the latest Xamarin.Android (5.1.7.12) on an Android 6.0 physical device. ListViews appear to work correctly on an Android 4.0.4 device.
I have the "Compile using version", "Minimum Android to target" and "Target Android version" all set to 6.0.
It isn't just my code either, it also happens with the EmployeeDirectory sample. Screenshots attached.
Has anyone seen this before and do you know what might be causing the problem?