moving main screen tabs at the bottom

This commit is contained in:
tibbi
2022-06-26 09:05:54 +02:00
parent 9424b57818
commit 8dc1fda8ba
3 changed files with 60 additions and 71 deletions

View File

@ -73,7 +73,7 @@ open class SimpleActivity : BaseSimpleActivity() {
return resources.getColoredDrawableWithColor(drawableId, getProperTextColor())
}
protected fun getTabContentDescription(position: Int): String {
protected fun getTabLabel(position: Int): String {
val stringId = when (position) {
LOCATION_CONTACTS_TAB -> R.string.contacts_tab
LOCATION_FAVORITES_TAB -> R.string.favorites_tab