Ajout de la partie "Liste de cartes" disponible depuis l'accueil.
Avec : - Image - Nb Attaque et Nb PVs - Lien clickable (reste qu'à ajouter une barre de recherche)
This commit is contained in:
@@ -17,9 +17,10 @@ public abstract class Card {
|
||||
* @param UID
|
||||
* @param c
|
||||
*/
|
||||
public Card(String UID,Context c)
|
||||
{
|
||||
drawableCard = new DrawableCard(this,0,0,UID,c);
|
||||
public Card(String UID,Context c) {
|
||||
if(!(UID == null || c == null)) {
|
||||
drawableCard = new DrawableCard(this, 0, 0, UID, c);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user