Xamarin forms relative layout position stacklayout at bottom
问题 I would like to position a Stacklayout at the bottom on top of an image using a relative layout using Xamarin forms using xaml only. The xaml pretty much looks like this. <RelativeLayout> <Image /> <StackLayout Orientation="Horizontal"> <Label Text="Dark Mode" /> <Switch /> <Label Text="Light Mode" /> </StackLayout> </RelativeLayout> What X and Y constraints should my StackLayout have so that it is positioned on top of the image and at the bottom of it.Also added an image which describes the