bitwarden-android/src/App/Styles/Android.xaml

11 lines
445 B
Text
Raw Normal View History

2019-04-22 18:32:17 +03: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">
2019-04-22 21:17:33 +03:00
<Setter Property="TextColor"
Value="{StaticResource ListHeaderTextColor}" />
2019-04-22 18:32:17 +03:00
</Style>
</ResourceDictionary>