new icons, folder icons are used
changed resource ids to not be equal to layout ids (hint from stackoverflow)
This commit is contained in:
@@ -9,12 +9,12 @@ namespace Kp2aUnitTests
|
||||
{
|
||||
internal class TestDrawableFactory : IDrawableFactory
|
||||
{
|
||||
public void AssignDrawableTo(ImageView iv, Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId)
|
||||
public void AssignDrawableTo(ImageView iv, Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId, bool forGroup)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public Drawable GetIconDrawable(Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId)
|
||||
public Drawable GetIconDrawable(Resources res, PwDatabase db, PwIcon icon, PwUuid customIconId, bool forGroup)
|
||||
{
|
||||
return res.GetDrawable(Resource.Drawable.Icon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user