Skip to content
Snippets Groups Projects

finished distractions screen design, improved search function and dropdown menu

3 files
+ 89
76
Compare changes
  • Side-by-side
  • Inline

Files

@@ -7,7 +7,8 @@
mc:Ignorable="d"
Background="{StaticResource BACKGROUND_PRIMARY_BRUSH}">
<Grid VerticalAlignment="Center">
<ScrollViewer>
<Grid VerticalAlignment="Center" Margin="0,20,0,20">
<!-- Überschrift -->
<TextBlock Text="Your way to working more focused"
Style="{StaticResource Header0}"
@@ -96,4 +97,5 @@
</Border>
</StackPanel>
</Grid>
</ScrollViewer>
</Page>
Loading