updated tab bar icons

This commit is contained in:
Kyle Spearrin 2016-07-26 23:19:01 -04:00
parent d7f776a25b
commit a5d19bca3b
17 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@ namespace Bit.App.Pages
vaultNavigation.Icon = "fa-lock";
toolsNavigation.Title = AppResources.Tools;
toolsNavigation.Icon = "wrench";
toolsNavigation.Icon = "tools";
settingsNavigation.Title = AppResources.Settings;
settingsNavigation.Icon = "cogs";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/iOS/Resources/tools.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 B

View File

@ -473,15 +473,6 @@
<ItemGroup>
<BundleResource Include="Resources\user%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\upload%403x.png" />
</ItemGroup>
@ -518,6 +509,15 @@
<ItemGroup>
<BundleResource Include="Resources\globe%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\tools.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\tools%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\tools%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">