1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +00:00

no listview selection type on non-light theme

This commit is contained in:
Kyle Spearrin
2019-06-24 16:16:17 -04:00
parent 94fbf627ba
commit 88b8a192b5
3 changed files with 32 additions and 1 deletions

View File

@@ -54,6 +54,8 @@
ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor"
Value="{StaticResource BackgroundColor}" />
<Setter Property="RefreshControlColor"
Value="{StaticResource PrimaryColor}" />
</Style>
<Style TargetType="ActivityIndicator"
ApplyToDerivedTypes="True">