Skip to content
Snippets Groups Projects

improved design of distractions screen (not completely finished yet)

4 files
+ 104
83
Compare changes
  • Side-by-side
  • Inline

Files

@@ -5,13 +5,12 @@
@@ -5,13 +5,12 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:InnoLabProjektDektopApp"
xmlns:local="clr-namespace:InnoLabProjektDektopApp"
mc:Ignorable="d"
mc:Ignorable="d"
Background="#1E1E1E">
Background="{StaticResource BACKGROUND_PRIMARY_BRUSH}">
<Grid VerticalAlignment="Center">
<Grid VerticalAlignment="Center">
<!-- Überschrift -->
<!-- Überschrift -->
<TextBlock Text="Your way to working more focused"
<TextBlock Text="Your way to working more focused"
Style="{StaticResource Header0}"
Style="{StaticResource Header0}"
Foreground="White"
HorizontalAlignment="Center"/>
HorizontalAlignment="Center"/>
<TextBlock Text="Three steps and you are good to go!"
<TextBlock Text="Three steps and you are good to go!"
Loading