superposition xamarin

<Grid>
    <StackLayout>
        <!-- all content goes here -->
    </StackLayout>
    <Grid
        VerticalOptions="StartAndExpand"
        HorizontalOptions="EndAndExpand">
        <!-- draw content for overlay here -->
    </Grid>
<Grid/>
The helpless programmer