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" ?>
|
||||
<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.RibPage">
|
||||
x:Class="Banquale.Views.Transfer.RibPage">
|
||||
|
||||
<VerticalStackLayout>
|
||||
|
Loading…
Reference in new issue