Prise en compte des nouvelles images dans Relation

This commit is contained in:
Bertrand BRUN 2011-02-12 15:37:55 +01:00
parent 13fa4de19a
commit 536e75f95e

View File

@ -20,7 +20,8 @@ public class Relation {
private Relation() {
imageRelations = new HashMap<Integer, Integer>();
imageRelations.put(-1, android.R.drawable.ic_menu_delete);
imageRelations.put(-1, R.drawable.corbeille);
imageRelations.put(0, R.drawable.rapport);
imageRelations.put(5, R.drawable.synonyme);
imageRelations.put(7, R.drawable.contraire);
imageRelations.put(9, R.drawable.contenu);