Basic MainWindow ui
This commit is contained in:
@@ -5,5 +5,42 @@
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:Class="SessionZero.MainWindow"
|
||||
Title="SessionZero">
|
||||
Welcome to Avalonia!
|
||||
<Grid Background="{DynamicResource PrimaryBackground}" ColumnDefinitions="Auto, *">
|
||||
<Border Padding="10" Background="{DynamicResource PrimaryBackground}" BoxShadow="5 5 20 0 Black">
|
||||
<Grid RowDefinitions="*, Auto">
|
||||
<StackPanel Spacing="12">
|
||||
<Border Padding="10">
|
||||
<Svg Path="/Assets/Images/sessionzero-icon.svg" Width="30"></Svg>
|
||||
</Border>
|
||||
|
||||
<Button HorizontalAlignment="Stretch">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Label Classes="icon" Content=""></Label>
|
||||
<Label Content="Home"></Label>
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button HorizontalAlignment="Stretch">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Label Classes="icon" Content=""></Label>
|
||||
<Label Content="Sessions"></Label>
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button HorizontalAlignment="Stretch">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Label Classes="icon" Content=""></Label>
|
||||
<Label Content="Library"></Label>
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
|
||||
<Button Classes="icon-only" Grid.Row="1">
|
||||
<Label Classes="icon-only" Content=""></Label>
|
||||
</Button>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Column="1" Margin="15">
|
||||
<ContentControl Content="tmp"></ContentControl>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user