new icons, folder icons are used

changed resource ids to not be equal to layout ids (hint from stackoverflow)
This commit is contained in:
Philipp Crocoll
2015-09-13 12:33:24 +02:00
parent 3ac72950de
commit 7a21f26007
260 changed files with 723 additions and 789 deletions

View File

@@ -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();