new star and cogs icons

This commit is contained in:
Kyle Spearrin 2016-06-13 23:38:00 -04:00
parent 29e91ae22e
commit f8f004a798
14 changed files with 10 additions and 19 deletions

View File

@ -27,7 +27,7 @@ namespace Bit.App.Pages
syncNavigation.Icon = "fa-refresh";
settingsNavigation.Title = AppResources.Settings;
settingsNavigation.Icon = "fa-cogs";
settingsNavigation.Icon = "cogs";
Children.Add(favoritesNavigation);
Children.Add(vaultNavigation);

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 B

View File

@ -255,15 +255,6 @@
<ItemGroup>
<BundleResource Include="Resources\fa-refresh%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\fa-cogs.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\fa-cogs%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\fa-cogs%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\fa-lock.png" />
</ItemGroup>
@ -375,15 +366,6 @@
<ItemGroup>
<BundleResource Include="Resources\star%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\star_selected.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\star_selected%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\star_selected%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\plus.png" />
</ItemGroup>
@ -393,6 +375,15 @@
<ItemGroup>
<BundleResource Include="Resources\plus%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cogs.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cogs%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cogs%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>