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