mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
updating commons to 5.25.14, get some things from there
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user