1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 05:03:39 +00:00

icon resources for android. more places for extended obs collection.

This commit is contained in:
Kyle Spearrin
2016-05-18 23:30:46 -04:00
parent a470f35465
commit 383a49b75c
19 changed files with 63 additions and 44 deletions

View File

@@ -26,8 +26,7 @@ namespace Bit.Android.Controls
if(extendedCell.ShowDisclousure)
{
// TODO: different image
var resourceId = Resource.Drawable.fa_folder_open;
var resourceId = Resource.Drawable.ion_chevron_right;
if(!string.IsNullOrWhiteSpace(extendedCell.DisclousureImage))
{
var fileName = System.IO.Path.GetFileNameWithoutExtension(extendedCell.DisclousureImage);