mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
change plus icon on iOS
This commit is contained in:
@@ -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
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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user