Newbie here, is it possible to add multiple textviews into GenreViewHolder?
snailmail123 opened this issue · comments
snailmail123 commented
public void setGenreTitle(ExpandableGroup group) {
genreTitle.setText(group.getTitle());
}
How would I fetch another textview?