From 0309485115c9e988ed9868709451129c9a3eaf03 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 2 Jul 2022 15:39:21 +0200 Subject: [PATCH] use shorter tab labels at the bottom --- app/build.gradle | 2 +- .../filemanager/pro/activities/MainActivity.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c3c1d199..2fe5b50a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e79c9bba93' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4cfef38454' implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt index c66eee2a..801884f3 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt @@ -458,8 +458,8 @@ class MainActivity : SimpleActivity() { private fun getTabLabel(position: Int): String { val stringId = when (position) { 0 -> R.string.files_tab - 1 -> R.string.recent_files_tab - else -> R.string.storage_analysis + 1 -> R.string.recents + else -> R.string.storage } return resources.getString(stringId)