mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 10:58:29 +03:00
Updated privacy policy links for theming (#1149)
This commit is contained in:
parent
2d280bd995
commit
edab722a76
5 changed files with 10 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
||||||
<FormattedString>
|
<FormattedString>
|
||||||
<Span Text="{u:I18n AcceptPolicies}" />
|
<Span Text="{u:I18n AcceptPolicies}" />
|
||||||
<Span Text="{u:I18n TermsOfService}"
|
<Span Text="{u:I18n TermsOfService}"
|
||||||
TextColor="Blue">
|
TextColor="{StaticResource HyperlinkColor}">
|
||||||
<Span.GestureRecognizers>
|
<Span.GestureRecognizers>
|
||||||
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
|
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
|
||||||
CommandParameter="https://bitwarden.com/terms/" />
|
CommandParameter="https://bitwarden.com/terms/" />
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
</Span>
|
</Span>
|
||||||
<Span Text=", " />
|
<Span Text=", " />
|
||||||
<Span Text="{u:I18n PrivacyPolicy}"
|
<Span Text="{u:I18n PrivacyPolicy}"
|
||||||
TextColor="Blue">
|
TextColor="{StaticResource HyperlinkColor}">
|
||||||
<Span.GestureRecognizers>
|
<Span.GestureRecognizers>
|
||||||
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
|
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
|
||||||
CommandParameter="https://bitwarden.com/privacy/" />
|
CommandParameter="https://bitwarden.com/privacy/" />
|
||||||
|
|
|
@ -51,4 +51,6 @@
|
||||||
|
|
||||||
<Color x:Key="NavigationBarBackgroundColor">#000000</Color>
|
<Color x:Key="NavigationBarBackgroundColor">#000000</Color>
|
||||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||||
|
|
||||||
|
<Color x:Key="HyperlinkColor">#52bdfb</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
@ -51,4 +51,6 @@
|
||||||
|
|
||||||
<Color x:Key="NavigationBarBackgroundColor">#212121</Color>
|
<Color x:Key="NavigationBarBackgroundColor">#212121</Color>
|
||||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||||
|
|
||||||
|
<Color x:Key="HyperlinkColor">#52bdfb</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
@ -51,4 +51,6 @@
|
||||||
|
|
||||||
<Color x:Key="NavigationBarBackgroundColor">#175DDC</Color>
|
<Color x:Key="NavigationBarBackgroundColor">#175DDC</Color>
|
||||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||||
|
|
||||||
|
<Color x:Key="HyperlinkColor">#175DDC</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
@ -51,4 +51,6 @@
|
||||||
|
|
||||||
<Color x:Key="NavigationBarBackgroundColor">#2e3440</Color>
|
<Color x:Key="NavigationBarBackgroundColor">#2e3440</Color>
|
||||||
<Color x:Key="NavigationBarTextColor">#e5e9f0</Color>
|
<Color x:Key="NavigationBarTextColor">#e5e9f0</Color>
|
||||||
|
|
||||||
|
<Color x:Key="HyperlinkColor">#81a1c1</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
Loading…
Reference in a new issue