mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 23:31:48 +01:00
10 lines
356 B
XML
10 lines
356 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Borepin.View.IsBusyView">
|
|
<ContentView.Content>
|
|
<StackLayout>
|
|
<Label Text="IsBusy" />
|
|
</StackLayout>
|
|
</ContentView.Content>
|
|
</ContentView> |