mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
UINavigationBar appearance for no bottom line
This commit is contained in:
parent
fac9ae4b6c
commit
64506a7080
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ namespace Bit.iOS.Core.Utilities
|
|||
public static void SetAppearance(string theme)
|
||||
{
|
||||
SetThemeVariables(theme);
|
||||
UINavigationBar.Appearance.ShadowImage = new UIImage();
|
||||
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
|
||||
UIStepper.Appearance.TintColor = MutedColor;
|
||||
if(!LightTheme)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue