feat: voiceActors (not info for now)

This commit is contained in:
aayush262 2024-04-05 01:09:56 +05:30
parent e0df092a70
commit dec4996760
8 changed files with 59 additions and 9 deletions

View file

@ -28,6 +28,7 @@ class CharacterAdapter(
setAnimation(binding.root.context, holder.binding.root)
val character = characterList[position]
val whitespace = "${character.role} "
character.voiceActor
binding.itemCompactRelation.text = whitespace
binding.itemCompactImage.loadImage(character.image)
binding.itemCompactTitle.text = character.name