1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Added listview renderer that implements margins as contentinset. Added margin to vault listview.

This commit is contained in:
Kyle Spearrin
2016-06-15 23:39:49 -04:00
parent 527fc00e0a
commit ecc15363b5
4 changed files with 44 additions and 2 deletions

View File

@@ -109,6 +109,7 @@
<ItemGroup>
<Compile Include="Controls\ContentPageRenderer.cs" />
<Compile Include="Controls\ExtendedSwitchCellRenderer.cs" />
<Compile Include="Controls\ListViewRenderer.cs" />
<Compile Include="Controls\ExtendedViewCellRenderer.cs" />
<Compile Include="Controls\ExtendedTextCellRenderer.cs" />
<Compile Include="Controls\ExtendedTableViewRenderer.cs" />