ui test, nine patch image

This commit is contained in:
Michele Scandura 2021-06-03 16:21:05 +01:00
parent 53bfb770ea
commit fd25025889
7 changed files with 95 additions and 3 deletions

View file

@ -0,0 +1,6 @@
<Project>
<Project.ExportOptions Namespace="Sledgemapper.UI" Class="CampaignListItem" OutputPath="C:\src\Map\Sledgemapper\UI" />
<HorizontalStackPanel VerticalAlignment="Center" Width="300" Height="45" BorderThickness="2" Padding="10" Id="PnlCampaignItem">
<Label Text="Highfell" TextColor="#666666FF" VerticalAlignment="Center" Background="#00000000" Id="TxtCampaignName" />
</HorizontalStackPanel>
</Project>