【发布时间】:2021-02-03 10:57:28
【问题描述】:
我在 shell 的FlyoutFooter 中添加了一个注销按钮。点击后,需要一定的等待时间才能连接到服务器,所以我需要在弹出窗口中添加一个ActivityIndicator。
<Shell.FlyoutFooter>
<Grid>
<Button Text="Logout"
Clicked="Button_Clicked"/>
</Grid>
</Shell.FlyoutFooter>
如何添加?
【问题讨论】:
标签: c# xaml xamarin xamarin.forms.shell