Fix settings font
This commit is contained in:
parent
3a8f016b62
commit
ee83fef6a7
27 changed files with 347 additions and 86 deletions
|
@ -51,7 +51,7 @@ class ContributorAdapter(
|
|||
inner class ViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
|
||||
val title: TextView = itemView.findViewById(R.id.title)
|
||||
val text: TextView = itemView.findViewById(R.id.text)
|
||||
val image: CircularImageView = itemView.findViewById(R.id.image)
|
||||
val image: CircularImageView = itemView.findViewById(R.id.icon)
|
||||
|
||||
internal fun bindData(contributor: Contributor) {
|
||||
title.text = contributor.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue