mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
17 lines
523 B
XML
17 lines
523 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<pages:BaseContentPage
|
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Bit.App.Pages.OptionsPage"
|
|
xmlns:pages="clr-namespace:Bit.App.Pages"
|
|
xmlns:u="clr-namespace:Bit.App.Utilities"
|
|
x:DataType="pages:OptionsPageViewModel"
|
|
Title="{Binding PageTitle}">
|
|
<ContentPage.BindingContext>
|
|
<pages:OptionsPageViewModel />
|
|
</ContentPage.BindingContext>
|
|
|
|
|
|
|
|
</pages:BaseContentPage>
|