1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-13 10:14:16 +01:00
bitwarden-mobile/src/App/Styles/Android.xaml

10 lines
353 B
Plaintext
Raw Normal View History

2019-04-22 17:32:17 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.Styles.Android">
<Style TargetType="Label"
Class="list-header-platform">
</Style>
</ResourceDictionary>