зеркало из https://github.com/DeGsoft/maui-linux.git
13 строки
451 B
XML
13 строки
451 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Xamarin.Forms.Controls.Bugzilla54977"
|
|
Title="54977">
|
|
<ContentPage.ToolbarItems>
|
|
<ToolbarItem Text="Add Group">
|
|
<ToolbarItem.Icon>
|
|
<OnPlatform x:TypeArguments="FileImageSource" Android="bank.png" />
|
|
</ToolbarItem.Icon>
|
|
</ToolbarItem>
|
|
</ContentPage.ToolbarItems>
|
|
</ContentPage> |