|
|
@@ -25,6 +25,13 @@
|
|
|
<TextBlock x:Uid="AppSettingstxtLanguageString" Margin="0,-1,0,0" FontSize="12" Text="Nederlands"></TextBlock>
|
|
|
</StackPanel>
|
|
|
</ListViewItem>
|
|
|
+ <Rectangle Margin="0,15,0,15" Fill="#99000000" Height="1" />
|
|
|
+ <ListViewItem Name="listViewItemReset" Tapped="listViewItemReset_Tapped">
|
|
|
+ <StackPanel Margin="8,0,0,0">
|
|
|
+ <TextBlock x:Uid="AppSettingstxtReset" FontSize="18" Text="Applicatie resetten" Foreground="#ec0000" ></TextBlock>
|
|
|
+ <TextBlock x:Uid="AppSettingstxtReset" Margin="0,-1,0,0" FontSize="12" Text="Route afsluiten en applicatie naar basis instellingen resetten" Foreground="#ec0000"></TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </ListViewItem>
|
|
|
</StackPanel>
|
|
|
</ScrollViewer>
|
|
|
</Grid>
|