mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-18 01:31:42 +01:00
change plus icon on iOS
This commit is contained in:
parent
e4926c4425
commit
29e91ae22e
@ -145,7 +145,7 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
_page = page;
|
_page = page;
|
||||||
Text = AppResources.Add;
|
Text = AppResources.Add;
|
||||||
Icon = "ion_plus";
|
Icon = "plus";
|
||||||
Clicked += ClickedItem;
|
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
BIN
src/iOS/Resources/plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 B |
BIN
src/iOS/Resources/plus@2x.png
Normal file
BIN
src/iOS/Resources/plus@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 B |
BIN
src/iOS/Resources/plus@3x.png
Normal file
BIN
src/iOS/Resources/plus@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 B |
@ -282,15 +282,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\ion_chevron_right%403x.png" />
|
<BundleResource Include="Resources\ion_chevron_right%403x.png" />
|
||||||
</ItemGroup>
|
</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>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\Icon-120.png" />
|
<BundleResource Include="Resources\Icon-120.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@ -393,6 +384,15 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\star_selected%403x.png" />
|
<BundleResource Include="Resources\star_selected%403x.png" />
|
||||||
</ItemGroup>
|
</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" />
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user