sc 5 days ago
parent
commit
6dceb890ef
  1. 20
      View/LogPage.xaml

20
View/LogPage.xaml

@ -77,18 +77,18 @@
Clicked="Log_Clicked"/>
</VerticalStackLayout>
<Grid x:Name="LoadingIndicator" BackgroundColor="Gray"
IsVisible="False">
IsVisible="False" Opacity="0.9">
<VerticalStackLayout Padding="30" Spacing="10"
VerticalOptions="Center"
HorizontalOptions="Center">
<ActivityIndicator IsRunning="True"
Color="Blue"
HorizontalOptions="Center"
VerticalOptions="Center" />
<Label Text="登录中..."
FontAttributes="Bold"
FontSize="24"
TextColor="Black"/>
HorizontalOptions="Center">
<ActivityIndicator IsRunning="True"
Color="#512BD4"
HorizontalOptions="Center"
VerticalOptions="Center" />
<Label Text="登录中..."
FontAttributes="Bold"
FontSize="24"
TextColor="Black"/>
</VerticalStackLayout>
</Grid>
</Grid>

Loading…
Cancel
Save