parent
b5f480b4ac
commit
21aea21926
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:local="clr-namespace:Banquale.Views"
|
||||
xmlns:local="clr-namespace:Banquale.Views.Balance"
|
||||
xmlns:model="clr-namespace:Banquale.Model"
|
||||
x:Class="Banquale.Views.BalancePage"
|
||||
x:Class="Banquale.Views.Balance.BalancePage"
|
||||
Title="BalancePage"
|
||||
Shell.NavBarIsVisible="False">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Banquale.Views.BalanceView">
|
||||
x:Class="Banquale.Views.Balance.BalanceView">
|
||||
<VerticalStackLayout>
|
||||
<BoxView BackgroundColor="Black"
|
||||
HorizontalOptions="FillAndExpand"
|
@ -1,4 +1,4 @@
|
||||
namespace Banquale.Views;
|
||||
namespace Banquale.Views.Category;
|
||||
|
||||
public partial class CategoryPage : ContentPage
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace Banquale.Views;
|
||||
namespace Banquale.Views.Category;
|
||||
|
||||
public partial class CategoryView : ContentView
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Banquale.Views.MenuTransferPage"
|
||||
x:Class="Banquale.Views.Transfer.MenuTransferPage"
|
||||
Shell.NavBarIsVisible="False">
|
||||
|
||||
<Grid RowDefinitions="auto, auto"
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Banquale.Views.RequestPage">
|
||||
x:Class="Banquale.Views.Transfer.RequestPage">
|
||||
|
||||
<VerticalStackLayout VerticalOptions="Center">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Banquale.Views.RibPage">
|
||||
x:Class="Banquale.Views.Transfer.RibPage">
|
||||
|
||||
<VerticalStackLayout>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Banquale.Views.TransferPage">
|
||||
x:Class="Banquale.Views.Transfer.TransferPage">
|
||||
|
||||
<VerticalStackLayout VerticalOptions="Center">
|
||||
|
Loading…
Reference in new issue