1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

Move tab bar colors to styles (#764)

This commit is contained in:
Kyle Spearrin
2020-03-11 09:46:48 -04:00
committed by GitHub
parent f10114ee17
commit 120e179fb8
3 changed files with 7 additions and 11 deletions

View File

@@ -12,10 +12,6 @@ namespace Bit.iOS.Renderers
base.OnElementChanged(e);
TabBar.Translucent = false;
TabBar.Opaque = true;
TabBar.SelectedImageTintColor =
((Color)Xamarin.Forms.Application.Current.Resources["TabBarSelectedItemColor"]).ToUIColor();
TabBar.UnselectedItemTintColor =
((Color)Xamarin.Forms.Application.Current.Resources["TabBarItemColor"]).ToUIColor();
}
}
}