如何以Xamarin形式重叠图像

问题描述 投票:1回答:2

我想设计为附件的屏幕截图

enter image description here

我尝试使用RelativeLayount和AbsoluteLayout,但是仍然无法成功获得所需的结果。你能帮忙吗?>

<RelativeLayout HorizontalOptions="Center">

            <Image Source="XX.png"  />
            <Image Source="YY.png"/>
            <Image Source="WW.png"/>
</RelativeLayout>

这是三个图像

enter image description hereenter image description hereenter image description here

我想设计为我尝试使用RelativeLayount和AbsoluteLayout的附加屏幕截图,但仍然无法成功获得所需的结果。你能帮忙[[

xamarin xamarin.forms xamarin.android xamarin.ios
2个回答
2
投票
您可以使用AbsoluteLayout并指定图像位置以使其重叠:

1
投票
选项1-使用具有相同行和列的网格选项2-使用AbsoluteLayout
© www.soinside.com 2019 - 2024. All rights reserved.