initial
This commit is contained in:
18
Billing.Shared/MainShell.xaml
Normal file
18
Billing.Shared/MainShell.xaml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Shell xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:v="clr-namespace:Billing.Views"
|
||||
xmlns:r="clr-namespace:Billing.Languages"
|
||||
x:Class="Billing.MainShell"
|
||||
BackgroundColor="{DynamicResource WindowBackgroundColor}"
|
||||
ForegroundColor="{DynamicResource PrimaryColor}"
|
||||
TitleColor="{DynamicResource PrimaryColor}"
|
||||
Shell.NavBarHasShadow="True">
|
||||
|
||||
<TabBar>
|
||||
<ShellContent ContentTemplate="{DataTemplate v:AccountPage}" Route="Accounts" Title="{r:Text Accounts}" Icon="wallet.png"/>
|
||||
<ShellContent ContentTemplate="{DataTemplate v:BillPage}" Route="Bills" Title="{r:Text Bills}" Icon="bill.png"/>
|
||||
<ShellContent ContentTemplate="{DataTemplate v:SettingPage}" Route="Settings" Title="{r:Text Settings}" Icon="settings.png"/>
|
||||
</TabBar>
|
||||
|
||||
</Shell>
|
Reference in New Issue
Block a user