|
|
@ -9,43 +9,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
<TabBar>
|
|
|
|
<TabBar>
|
|
|
|
|
|
|
|
|
|
|
|
<Tab Title="Acceuil"
|
|
|
|
<Tab Icon="home.png"
|
|
|
|
Icon="home.png">
|
|
|
|
Title="Compte">
|
|
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
<ShellContent
|
|
|
|
ContentTemplate="{DataTemplate local:BalancePage}"/>
|
|
|
|
Title="Solde"
|
|
|
|
|
|
|
|
ContentTemplate="{DataTemplate local:BalancePage}"
|
|
|
|
|
|
|
|
Route="Views" />
|
|
|
|
|
|
|
|
|
|
|
|
</Tab>
|
|
|
|
</Tab>
|
|
|
|
|
|
|
|
|
|
|
|
<Tab Title="Transactions"
|
|
|
|
<Tab Icon="transactions.png"
|
|
|
|
Icon="swipe_account_icon.png">
|
|
|
|
Title="Transactions">
|
|
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
|
|
|
|
ContentTemplate="{DataTemplate local:MenuTransferPage}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Tab>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Tab Title="RIB"
|
|
|
|
|
|
|
|
Icon="help_icon.png">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
|
|
|
|
ContentTemplate="{DataTemplate local:RibPage}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Tab>
|
|
|
|
</Tab>
|
|
|
|
|
|
|
|
|
|
|
|
<Tab Title="Transfer"
|
|
|
|
<Tab Icon="help.png"
|
|
|
|
Icon="swipe_account_icon.png">
|
|
|
|
Title="Aide">
|
|
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
<ShellContent
|
|
|
|
ContentTemplate="{DataTemplate local:TransferPage}"/>
|
|
|
|
Title="Help"
|
|
|
|
|
|
|
|
ContentTemplate="{DataTemplate local:HelpPage}"
|
|
|
|
|
|
|
|
Route="Views" />
|
|
|
|
|
|
|
|
|
|
|
|
</Tab>
|
|
|
|
</Tab>
|
|
|
|
|
|
|
|
|
|
|
|
<Tab Title="Request"
|
|
|
|
<Tab Icon="accounts.png"
|
|
|
|
Icon="swipe_account_icon.png">
|
|
|
|
Title="Compte">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
|
|
|
|
ContentTemplate="{DataTemplate local:RequestPage}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Tab>
|
|
|
|
</Tab>
|
|
|
|
|
|
|
|
|
|
|
|