change plus icon on iOS

This commit is contained in:
Kyle Spearrin 2016-06-13 22:09:16 -04:00
parent e4926c4425
commit 29e91ae22e
8 changed files with 10 additions and 10 deletions

View File

@ -145,7 +145,7 @@ namespace Bit.App.Pages
{
_page = page;
Text = AppResources.Add;
Icon = "ion_plus";
Icon = "plus";
Clicked += ClickedItem;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

View File

@ -282,15 +282,6 @@
<ItemGroup>
<BundleResource Include="Resources\ion_chevron_right%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\ion_plus.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\ion_plus%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\ion_plus%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Icon-120.png" />
</ItemGroup>
@ -393,6 +384,15 @@
<ItemGroup>
<BundleResource Include="Resources\star_selected%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\plus.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\plus%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\plus%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>