mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
Wired up view page functionality. Expanded LabeledValueCell. Created custom group template for vault list page.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Bit.iOS.Controls
|
||||
SetSelection(view);
|
||||
UpdateRowHeight(view);
|
||||
UpdateEstimatedRowHeight(view);
|
||||
UpdateSeparatorColor(view);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,5 +88,10 @@ namespace Bit.iOS.Controls
|
||||
Control.EstimatedRowHeight = 0;
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateSeparatorColor(ExtendedTableView view)
|
||||
{
|
||||
Control.SeparatorColor = view.SeparatorColor.ToUIColor(UIColor.Gray);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/iOS/Resources/fa-folder-open.png
Normal file
BIN
src/iOS/Resources/fa-folder-open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 B |
BIN
src/iOS/Resources/fa-folder-open@2x.png
Normal file
BIN
src/iOS/Resources/fa-folder-open@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 456 B |
BIN
src/iOS/Resources/fa-folder-open@3x.png
Normal file
BIN
src/iOS/Resources/fa-folder-open@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 623 B |
@@ -330,6 +330,15 @@
|
||||
<ItemGroup>
|
||||
<ITunesArtwork Include="Resources\iTunesArtwork%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\fa-folder-open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\fa-folder-open%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\fa-folder-open%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