xamarin app

DDown10/18/2022
so i got a task to make this simple app with no logic just the look and my problem is how can i allign items to center like this
Image
MMasterSubarashii10/25/2022
Try to alter their margins, it usually works
MMasterSubarashii10/25/2022
<StackLayout Margin="TOP,BOTTOM,RIGHT,LEFT>
-YOUR COMPONENTS-
</StackLayout>
MMasterSubarashii10/25/2022
type numbers to the places I mentioned
MMasterSubarashii10/25/2022
or you can just alter their height and width
MMasterSubarashii10/25/2022
then center and use fill