updating commons to 5.25.14, get some things from there

This commit is contained in:
tibbi
2020-04-13 22:12:24 +02:00
parent 172e5f0d24
commit 1a00027487
38 changed files with 6 additions and 89 deletions

View File

@ -68,7 +68,7 @@ open class SimpleActivity : BaseSimpleActivity() {
val drawableId = when (position) {
LOCATION_CONTACTS_TAB -> R.drawable.ic_person_vector
LOCATION_FAVORITES_TAB -> R.drawable.ic_star_on_vector
else -> R.drawable.ic_group_vector
else -> R.drawable.ic_people_vector
}
return resources.getColoredDrawableWithColor(drawableId, config.textColor)