mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-25 16:47:55 +01:00
ios buttons for list ciphers page
This commit is contained in:
parent
b62803a03a
commit
51b4716d45
@ -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);
|
||||
|
BIN
src/iOS/Resources/search.png
Normal file
BIN
src/iOS/Resources/search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 449 B |
BIN
src/iOS/Resources/search@2x.png
Normal file
BIN
src/iOS/Resources/search@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 693 B |
BIN
src/iOS/Resources/search@3x.png
Normal file
BIN
src/iOS/Resources/search@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 957 B |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user