first commit
This commit is contained in:
20
Nitrox.Launcher/Views/LibraryView.axaml
Normal file
20
Nitrox.Launcher/Views/LibraryView.axaml
Normal file
@@ -0,0 +1,20 @@
|
||||
<UserControl
|
||||
d:DesignWidth="1000"
|
||||
mc:Ignorable="d"
|
||||
x:Class="Nitrox.Launcher.Views.LibraryView"
|
||||
x:DataType="vm:LibraryViewModel"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:vm="clr-namespace:Nitrox.Launcher.ViewModels"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Design.DataContext>
|
||||
<vm:LibraryViewModel />
|
||||
</Design.DataContext>
|
||||
<!-- TODO: WIP -->
|
||||
<ScrollViewer Classes="main">
|
||||
<Grid Background="{DynamicResource BrandWhite}">
|
||||
<TextBlock Text="Library View" />
|
||||
</Grid>
|
||||
</ScrollViewer>
|
||||
</UserControl>
|
Reference in New Issue
Block a user