Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 6 additions & 20 deletions TransactionMobile.Maui/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,23 @@

<TabBar Route="main">

<!--ShellContent ContentTemplate="{DataTemplate home:HomePage}" Title="Home"
Icon="homebutton.svg" Route="home"/>

<ShellContent ContentTemplate="{DataTemplate transactions:TransactionsPage}" Title="Transactions"
Route="transactions" Icon="transactionsbutton.svg" />

<ShellContent ContentTemplate="{DataTemplate reports:ReportsPage}" Title="Reports"
Route="reports" Icon="reportbutton.svg"/>

<ShellContent ContentTemplate="{DataTemplate myaccount:MyAccountPage}" Title="My Account"
Route="myaccount" Icon="profilebutton.svg"/>

<ShellContent ContentTemplate="{DataTemplate support:SupportPage}" Title="Support"
Route="support" Icon="supportbutton.svg"/>-->

<ShellContent ContentTemplate="{DataTemplate home:HomePage}" Title="Home"
Route="home"/>
Route="home" Icon="homebutton"/>

<ShellContent ContentTemplate="{DataTemplate transactions:TransactionsPage}" Title="Transactions"
Route="transactions" />
Route="transactions" Icon="transactionsbutton"/>

<ShellContent ContentTemplate="{DataTemplate reports:ReportsPage}" Title="Reports"
Route="reports" />
Route="reports" Icon="reportbutton" />

<ShellContent ContentTemplate="{DataTemplate myaccount:MyAccountPage}" Title="My Account"
Route="myaccount" />
Route="myaccount" Icon="profilebutton"/>

<ShellContent ContentTemplate="{DataTemplate support:SupportPage}" Title="Support"
Route="support" />
Route="support" Icon="supportbutton" />
</TabBar>


<ShellItem Route="loginpage">
<ShellContent ContentTemplate="{DataTemplate login:LoginPage}" />
</ShellItem>
Expand Down
2 changes: 1 addition & 1 deletion TransactionMobile.Maui/Pages/LoginPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Main structure-->
<VerticalStackLayout x:Name="MainLayout">
<!--Main image-->
<Image Source="Resources/loginimage.jpg" VerticalOptions="Start" Aspect="AspectFit"/>
<Image Source="loginimage.jpg" VerticalOptions="Start" Aspect="AspectFit"/>

<!-- Title-->
<Label Text="Log In" FontSize="34" HorizontalOptions="Center" FontAttributes="Bold" Padding="20,0,0,20"
Expand Down
2 changes: 1 addition & 1 deletion TransactionMobile.Maui/Pages/Support/SupportPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<userControls:TitleLabel Text="{Binding Title}" FontSize="20" HorizontalTextAlignment="Center" VerticalOptions="End" FontAttributes="Bold" Padding="20,0,0,20"/>

<!--Main image-->
<Image Source="Resources/techsupport.jpg" VerticalOptions="Start" Aspect="AspectFit"/>
<Image Source="techsupport.jpg" VerticalOptions="Start" Aspect="AspectFit"/>


<Frame HasShadow="True" Padding="25,50" Margin="10,0,10,10" VerticalOptions="CenterAndExpand"
Expand Down
7 changes: 6 additions & 1 deletion TransactionMobile.Maui/Resources/Images/homebutton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion TransactionMobile.Maui/Resources/Images/profilebutton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion TransactionMobile.Maui/Resources/Images/reportbutton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion TransactionMobile.Maui/Resources/Images/supportbutton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.