mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
moving main screen tabs at the bottom
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user