feat: voiceActors (not info for now)
This commit is contained in:
parent
e0df092a70
commit
dec4996760
8 changed files with 59 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue