new icons, folder icons are used
changed resource ids to not be equal to layout ids (hint from stackoverflow)
This commit is contained in:
@@ -7,9 +7,9 @@ namespace keepass2android
|
||||
{
|
||||
public interface IDrawableFactory
|
||||
{
|
||||
void AssignDrawableTo (ImageView iv, Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId);
|
||||
void AssignDrawableTo (ImageView iv, Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId, bool forGroup);
|
||||
|
||||
Drawable GetIconDrawable(Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId);
|
||||
Drawable GetIconDrawable(Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId, bool forGroup);
|
||||
|
||||
|
||||
void Clear();
|
||||
|
||||
Reference in New Issue
Block a user