ios buttons for list ciphers page

This commit is contained in:
Kyle Spearrin 2017-11-27 22:34:42 -05:00
parent b62803a03a
commit 51b4716d45
5 changed files with 14 additions and 0 deletions

View File

@ -68,6 +68,11 @@ namespace Bit.App.Pages
private void Init()
{
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Windows)
{
ToolbarItems.Add(new DismissModalToolBarItem(this));
}
if(!string.IsNullOrWhiteSpace(_uri) || _folder || !string.IsNullOrWhiteSpace(_folderId))
{
AddCipherItem = new AddCipherToolBarItem(this, _folderId);

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

View File

@ -835,6 +835,15 @@
<ItemGroup>
<BundleResource Include="Resources\folder_o%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\search.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\search%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\search%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>