mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
9 lines
243 B
Text
9 lines
243 B
Text
|
<Application
|
||
|
x:Class="Bit.UWP.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:local="using:UWP"
|
||
|
RequestedTheme="Light">
|
||
|
|
||
|
</Application>
|