updating commons, gradle, kotlin, icons

This commit is contained in:
tibbi
2021-11-17 10:03:35 +01:00
parent 8707684013
commit 390084a719
16 changed files with 40 additions and 68 deletions

View File

@ -66,7 +66,7 @@ open class SimpleActivity : BaseSimpleActivity() {
protected fun getTabIcon(position: Int): Drawable {
val drawableId = when (position) {
LOCATION_CONTACTS_TAB -> R.drawable.ic_person_vector
LOCATION_FAVORITES_TAB -> R.drawable.ic_star_on_vector
LOCATION_FAVORITES_TAB -> R.drawable.ic_star_vector
else -> R.drawable.ic_people_vector
}