|
@@ -5,20 +5,20 @@
|
|
|
<ContentView.Content>
|
|
|
<Frame Padding="2" CornerRadius="5" Margin="2" BorderColor="DarkGray" HasShadow="False" >
|
|
|
<StackLayout>
|
|
|
- <Label x:Name="urlLbl" Grid.Column="0" HorizontalOptions="Center" FontAttributes="Bold" FontSize="24"/>
|
|
|
+ <Label x:Name="urlLbl" Grid.Column="0" HorizontalOptions="Center" FontAttributes="Bold" FontSize="24" TextColor="DimGray"/>
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<StackLayout Grid.Column="0">
|
|
|
- <Label x:Name="attemptNoLbl" Text="Attempt No: 0" HorizontalOptions="Center" FontSize="20" HorizontalTextAlignment="Center"/>
|
|
|
- <Label x:Name="crashNoLbl" Text= "Crash Count: 0" HorizontalOptions="Center" FontSize="20"/>
|
|
|
+ <Label x:Name="attemptNoLbl" Text="Attempt No: 0" HorizontalOptions="Center" FontSize="20" HorizontalTextAlignment="Center" TextColor="DimGray"/>
|
|
|
+ <Label x:Name="crashNoLbl" Text= "Crash Count: 0" HorizontalOptions="Center" FontSize="20" TextColor="DimGray"/>
|
|
|
</StackLayout>
|
|
|
<StackLayout Grid.Column="1">
|
|
|
- <Label x:Name="resolveLbl" Text="Resolves to: " HorizontalOptions="Center" FontAttributes="Bold"/>
|
|
|
- <Label x:Name="ipResolveLbl" Text="Not resolved" HorizontalOptions="Center"/>
|
|
|
- <Label x:Name="refreshLbl" HorizontalOptions="Center"/>
|
|
|
+ <Label x:Name="resolveLbl" Text="Resolves to: " HorizontalOptions="Center" FontAttributes="Bold" TextColor="DimGray"/>
|
|
|
+ <Label x:Name="ipResolveLbl" Text="Not resolved" HorizontalOptions="Center" TextColor="DimGray"/>
|
|
|
+ <Label x:Name="refreshLbl" HorizontalOptions="Center" TextColor="DimGray"/>
|
|
|
</StackLayout>
|
|
|
</Grid>
|
|
|
<Grid>
|