Subversion Repository Public Repository

Nextrek

Diff Revisions 659 vs 660 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/LoginPage.xaml

Diff revisions: vs.
  @@ -11,11 +11,6 @@
11 11
12 12 <Grid x:Name="LayoutRoot" Background="#2cdaff">
13 13
14 - <Grid.ChildrenTransitions>
15 - <TransitionCollection>
16 - <EntranceThemeTransition/>
17 - </TransitionCollection>
18 - </Grid.ChildrenTransitions>
19 14
20 15 <Grid.RowDefinitions>
21 16 <RowDefinition Height="*"/>
  @@ -23,7 +18,7 @@
23 18 <RowDefinition Height="*"/>
24 19 </Grid.RowDefinitions>
25 20
26 -
21 +
27 22 <Image Grid.Row="0" Source="Assets/splash-half.png" NineGrid="0" IsHoldingEnabled="False" IsHitTestVisible="False" IsDoubleTapEnabled="False" IsRightTapEnabled="False" IsTapEnabled="False" RenderTransformOrigin="0.5,0.5" >
28 23 </Image>
29 24
  @@ -71,12 +66,10 @@
71 66 </TextBlock>
72 67
73 68 </StackPanel>
74 - <TextBlock x:Name="RegisterSiteLink" x:Uid="NoAccountTextBlock" Grid.Row="5" Grid.Column="1" Grid.ColumnSpan="2" Foreground="#666666" FontWeight="Bold" FontSize="15" HorizontalAlignment="Center" VerticalAlignment="Center" Tapped="RegisterSiteLink_Tapped">
75 - <Underline>Vuoi registrare un locale?</Underline>
76 - </TextBlock>
77 69
78 70 </Grid>
79 71
72 + <ProgressRing x:Name="Loader" IsActive="True" Grid.RowSpan="100" Grid.ColumnSpan="100" Background="#99000000" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" IsHitTestVisible="True" Visibility="Collapsed" Foreground="#FF2CDAFF"/>
80 73
81 74 </Grid>
82 75 </Page>