13 lines
584 B
XML
13 lines
584 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ui:BillingPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:r="clr-namespace:Billing.Languages"
|
|
xmlns:ui="clr-namespace:Billing.UI"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Billing.Views.SettingPage"
|
|
Title="{r:Text Settings}">
|
|
<StackLayout>
|
|
<Label Text="Welcome to Settings Page!"
|
|
VerticalOptions="CenterAndExpand"
|
|
HorizontalOptions="CenterAndExpand" />
|
|
</StackLayout>
|
|
</ui:BillingPage> |