C#/data_binding-contract #42
Merged
antoine.perederii
merged 8 commits from C#/data_binding-contract
into master
2 years ago
After Width: | Height: | Size: 191 KiB |
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -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.RibPage">
|
x:Class="Banquale.Views.Transfer.RibPage">
|
||||||
|
|
||||||
<VerticalStackLayout>
|
<VerticalStackLayout>
|
||||||
|
|
Loading…
Reference in new issue