use shorter tab labels at the bottom

This commit is contained in:
tibbi 2022-07-02 15:39:21 +02:00
parent d8246bf870
commit 0309485115
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:e79c9bba93' implementation 'com.github.SimpleMobileTools:Simple-Commons:4cfef38454'
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e' implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.github.Stericson:RootShell:1.6'

View File

@ -458,8 +458,8 @@ class MainActivity : SimpleActivity() {
private fun getTabLabel(position: Int): String { private fun getTabLabel(position: Int): String {
val stringId = when (position) { val stringId = when (position) {
0 -> R.string.files_tab 0 -> R.string.files_tab
1 -> R.string.recent_files_tab 1 -> R.string.recents
else -> R.string.storage_analysis else -> R.string.storage
} }
return resources.getString(stringId) return resources.getString(stringId)