mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
ios buttons for list ciphers page
This commit is contained in:
parent
b62803a03a
commit
51b4716d45
5 changed files with 14 additions and 0 deletions
|
@ -68,6 +68,11 @@ namespace Bit.App.Pages
|
||||||
|
|
||||||
private void Init()
|
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))
|
if(!string.IsNullOrWhiteSpace(_uri) || _folder || !string.IsNullOrWhiteSpace(_folderId))
|
||||||
{
|
{
|
||||||
AddCipherItem = new AddCipherToolBarItem(this, _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>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\folder_o%403x.png" />
|
<BundleResource Include="Resources\folder_o%403x.png" />
|
||||||
</ItemGroup>
|
</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" />
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
Loading…
Reference in a new issue