make the contact lists nicer, use colored avatars with letters

This commit is contained in:
tibbi
2020-04-15 17:58:55 +02:00
parent bff89317a3
commit c7fda28544
7 changed files with 20 additions and 32 deletions

View File

@ -82,7 +82,6 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
this is GroupsFragment -> (fragment_list.adapter as GroupsAdapter).updateTextColor(color)
else -> (fragment_list.adapter as ContactsAdapter).apply {
updateTextColor(color)
initDrawables()
}
}
}