diff --git a/src/Banquale/Banquale/Views/Balance/BalanceView.xaml b/src/Banquale/Banquale/Views/Balance/BalanceView.xaml
index 12fbb8e..2243655 100644
--- a/src/Banquale/Banquale/Views/Balance/BalanceView.xaml
+++ b/src/Banquale/Banquale/Views/Balance/BalanceView.xaml
@@ -11,6 +11,12 @@
ColumnDefinitions="40, 3*, *"
Margin="20, 5, 20, 5"
HorizontalOptions="Fill">
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
\ No newline at end of file
diff --git a/src/Banquale/Banquale/Views/Category/CategoryView.xaml b/src/Banquale/Banquale/Views/Category/CategoryView.xaml
index bcdb30c..146a906 100644
--- a/src/Banquale/Banquale/Views/Category/CategoryView.xaml
+++ b/src/Banquale/Banquale/Views/Category/CategoryView.xaml
@@ -4,15 +4,16 @@
x:Class="Banquale.Views.Category.CategoryView">
-
+
+
-
diff --git a/src/Banquale/Banquale/Views/TransactionsPage.xaml b/src/Banquale/Banquale/Views/TransactionsPage.xaml
new file mode 100644
index 0000000..0dcd117
--- /dev/null
+++ b/src/Banquale/Banquale/Views/TransactionsPage.xaml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Banquale/Banquale/Views/TransactionsPage.xaml.cs b/src/Banquale/Banquale/Views/TransactionsPage.xaml.cs
new file mode 100644
index 0000000..e1cbfda
--- /dev/null
+++ b/src/Banquale/Banquale/Views/TransactionsPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace Banquale.Views;
+
+public partial class TransactionsPage : ContentPage
+{
+ public TransactionsPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file