updated tab bar icons
|
@ -23,7 +23,7 @@ namespace Bit.App.Pages
|
||||||
vaultNavigation.Icon = "fa-lock";
|
vaultNavigation.Icon = "fa-lock";
|
||||||
|
|
||||||
toolsNavigation.Title = AppResources.Tools;
|
toolsNavigation.Title = AppResources.Tools;
|
||||||
toolsNavigation.Icon = "wrench";
|
toolsNavigation.Icon = "tools";
|
||||||
|
|
||||||
settingsNavigation.Title = AppResources.Settings;
|
settingsNavigation.Title = AppResources.Settings;
|
||||||
settingsNavigation.Icon = "cogs";
|
settingsNavigation.Icon = "cogs";
|
||||||
|
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 877 B |
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 868 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 893 B |
|
@ -473,15 +473,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\user%403x.png" />
|
<BundleResource Include="Resources\user%403x.png" />
|
||||||
</ItemGroup>
|
</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>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\upload%403x.png" />
|
<BundleResource Include="Resources\upload%403x.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -518,6 +509,15 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\globe%403x.png" />
|
<BundleResource Include="Resources\globe%403x.png" />
|
||||||
</ItemGroup>
|
</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="$(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')" />
|
<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">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
|