Billing/Billing.Shared/SplashPage.xaml
2022-03-11 16:10:11 +08:00

10 lines
474 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<ui:BillingPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:ui="clr-namespace:Billing.UI"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Billing.SplashPage"
Shell.NavBarIsVisible="False"
Shell.TabBarIsVisible="False">
<!--<Label Text="Loading..." HorizontalOptions="Center" VerticalOptions="Center"/>-->
</ui:BillingPage>