thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand

Home Page:https://robots.thoughtbot.com/introducing-expandablerecyclerview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newbie here, is it possible to add multiple textviews into GenreViewHolder?

snailmail123 opened this issue · comments

public void setGenreTitle(ExpandableGroup group) {
genreTitle.setText(group.getTitle());
}

How would I fetch another textview?