mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-03-01 10:07:38 +01:00
use shorter tab labels at the bottom
This commit is contained in:
parent
d8246bf870
commit
0309485115
@ -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'
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user