1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 17:43:17 +00:00

Building out tools page options

This commit is contained in:
Kyle Spearrin
2016-07-01 00:03:54 -04:00
parent 94f7f715e6
commit a4e6f49959
21 changed files with 154 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ namespace Bit.iOS.Controls
if(cell != null)
{
cell.BackgroundColor = extendedCell.BackgroundColor.ToUIColor();
if(extendedCell.ShowDisclousure)
{
cell.Accessory = UITableViewCellAccessory.DisclosureIndicator;
}
}
return cell;

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/iOS/Resources/globe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

View File

@@ -439,6 +439,51 @@
<ItemGroup>
<BundleResource Include="Resources\user%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\wrench.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\upload%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\upload%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\upload.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\refresh%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\refresh%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\refresh.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cloudup%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cloudup%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\cloudup.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\globe.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\globe%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\globe%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>