Subversion Repository Public Repository

Nextrek

Diff Revisions 798 vs 799 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/MapPage.xaml

Diff revisions: vs.
  @@ -20,7 +20,7 @@
20 20
21 21 </Page.Resources>
22 22 <ScrollViewer ScrollViewer.VerticalScrollBarVisibility="Visible" VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
23 - <Grid x:Name="LayoutRoot" Background="White">
23 + <Grid x:Name="LayoutRoot" Background="White" MinHeight="650">
24 24
25 25 <Grid.ChildrenTransitions>
26 26 <TransitionCollection>
  @@ -29,14 +29,14 @@
29 29 </Grid.ChildrenTransitions>
30 30
31 31 <Grid.RowDefinitions>
32 - <RowDefinition Height="350"/>
32 + <RowDefinition Height="450"/>
33 33 <RowDefinition Height="Auto"/>
34 34 </Grid.RowDefinitions>
35 35
36 36
37 37 <maps:MapControl
38 38 x:Name="MapControl"
39 - VerticalAlignment="Stretch"
39 + VerticalAlignment="Stretch"
40 40 HorizontalAlignment="Stretch"
41 41 MapServiceToken="nB2lyDpm91b5cTiMGd7lyw"
42 42 Margin="0,0,0,0" >
  @@ -138,7 +138,7 @@
138 138 <ColumnDefinition Width="3*"></ColumnDefinition>
139 139 <ColumnDefinition Width="4*"></ColumnDefinition>
140 140 </Grid.ColumnDefinitions>
141 - <TextBlock Text="{Binding ReviewerName}" Foreground="#FF666666" FontSize="20" Padding="2" TextWrapping="WrapWholeWords" Grid.Row="0" Grid.Column="0"></TextBlock>
141 + <TextBlock Text="{Binding ReviewerName}" Foreground="#FF666666" FontSize="20" Padding="2" TextWrapping="WrapWholeWords" Grid.Row="0" Grid.Column="0" TextTrimming="CharacterEllipsis"></TextBlock>
142 142 <local:ChargeRating Grid.Row="0" Grid.Column="1" HorizontalAlignment="Right" HorizontalContentAlignment="Right" Value="{Binding Rating}"></local:ChargeRating>
143 143 <TextBlock TextWrapping="WrapWholeWords" Text="{Binding Description}" Grid.Row="1" Grid.ColumnSpan="2" Foreground="#FF666666" FontSize="16" Margin="0,15,0,0"></TextBlock>
144 144
  @@ -154,7 +154,7 @@
154 154 </Border>
155 155
156 156
157 - <ProgressRing x:Name="Loader" IsActive="True" Grid.RowSpan="100" Grid.ColumnSpan="100" Background="#99000000" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" IsHitTestVisible="True" Visibility="Collapsed" Foreground="#FF2CDAFF" />
157 + <ProgressRing x:Name="Loader" IsActive="True" Grid.RowSpan="100" Grid.ColumnSpan="100" Background="#99000000" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" IsHitTestVisible="True" Visibility="Collapsed" Foreground="#FF2CDAFF" MinHeight="650"/>
158 158
159 159 </Grid>
160 160 </ScrollViewer>