parent
fabbd01efe
commit
bfaff7bcab
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Linaris.Layout">
|
||||
|
||||
<VerticalStackLayout BackgroundColor="black" Spacing="20" Padding="0,20,0,0">
|
||||
<Button Text="Home" Style="{StaticResource buttons}"/>
|
||||
<Button Text="Playlists" Style="{StaticResource buttons}"/>
|
||||
<Button Text="Files" Style="{StaticResource buttons}"/>
|
||||
</VerticalStackLayout>
|
||||
|
||||
</ContentView>
|
@ -0,0 +1,9 @@
|
||||
namespace Linaris;
|
||||
|
||||
public partial class Layout : ContentView
|
||||
{
|
||||
public Layout()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in new issue