bitwarden-android/src/UWP/App.xaml

15 lines
527 B
Text
Raw Normal View History

<Application
x:Class="Bit.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2017-10-03 19:11:09 +03:00
xmlns:local="using:Bit.UWP"
RequestedTheme="Light">
2017-10-03 19:11:09 +03:00
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Styles.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>